discourse/app/assets/stylesheets/common/base/notification-options.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;
}