mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
6fb255957c
Also remove extra classes from scss, made targeting watching-first-post different from all other notification states
8 lines
223 B
SCSS
8 lines
223 B
SCSS
.fa.muted, .fa.watching-first-post {
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
|
}
|
|
.fa.tracking, .fa.watching {
|
|
color: $tertiary;
|
|
font-weight: normal;
|
|
}
|