mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:20:33 +08:00
8 lines
198 B
SCSS
8 lines
198 B
SCSS
.fa.muted {
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
|
}
|
|
.fa.tracking, .fa.watching {
|
|
color: $tertiary;
|
|
font-weight: normal;
|
|
}
|