2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/app/assets/stylesheets/common/base/d-icon.scss
2017-11-23 18:24:26 +01:00

11 lines
266 B
SCSS

.d-icon.d-icon-d-regular,
.d-icon.d-icon-d-muted,
.d-icon.d-icon-d-watching-first,
.d-icon.d-icon-d-watching-first-post {
color: dark-light-choose($primary-medium, $secondary-medium);
}
.d-icon.d-icon-d-tracking,
.d-icon.d-icon-d-watching {
color: $tertiary;
}