discourse/app/assets/stylesheets/common/base/d-icon.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
226 B
SCSS
Raw Normal View History

2017-11-24 01:15:37 +08:00
.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: $primary-high;
2017-11-24 01:15:37 +08:00
}
.d-icon.d-icon-d-tracking,
.d-icon.d-icon-d-watching {
color: $tertiary;
}