mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 21:22:45 +08:00
8 lines
256 B
SCSS
8 lines
256 B
SCSS
.d-icon.regular, .d-icon.muted, .d-icon.watching-first-post {
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
|
}
|
|
.d-icon.tracking, .d-icon.watching {
|
|
color: $tertiary;
|
|
font-weight: normal;
|
|
}
|