mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-19 03:52:25 -05:00
8 lines
160 B
SCSS
8 lines
160 B
SCSS
|
.fa.muted {
|
||
|
color: $notification_badge_background_color;
|
||
|
}
|
||
|
.fa.tracking, .fa.watching {
|
||
|
color: lighten($emphasis_text_color, 20%);
|
||
|
font-weight: normal;
|
||
|
}
|