discourse/app/assets/stylesheets/common/base/notification-options.scss

8 lines
198 B
SCSS
Raw Normal View History

.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;
}