mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 02:55:28 +08:00
use color variables
This commit is contained in:
parent
d01c938e1a
commit
9f445bec09
@ -40,7 +40,7 @@
|
||||
.draft-type {
|
||||
display: block;
|
||||
float: right;
|
||||
color: lighten($primary, 40%);
|
||||
color: $primary-medium;
|
||||
font-size: $font-down-2;
|
||||
}
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
float: right;
|
||||
margin-right: 0.5em;
|
||||
line-height: $line-height-small;
|
||||
color: lighten($primary, 40%);
|
||||
color: $primary-medium;
|
||||
}
|
||||
|
||||
.avatar-link {
|
||||
|
Loading…
x
Reference in New Issue
Block a user