mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
7 lines
198 B
SCSS
7 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;
|
|
}
|