mirror of
https://github.com/discourse/discourse.git
synced 2025-03-05 10:49:24 +00:00
fix some CSS color issues
This commit is contained in:
parent
c8a0994f24
commit
96fc5addc4
@ -49,7 +49,7 @@
|
||||
|
||||
tr.instructions {
|
||||
label {
|
||||
color: $primary;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -233,7 +233,6 @@
|
||||
max-width: 165px;
|
||||
|
||||
dd {
|
||||
color: rgba($secondary, .7);
|
||||
margin: 0 0 7px 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
Loading…
x
Reference in New Issue
Block a user