mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:26:29 +08:00
12 lines
226 B
SCSS
12 lines
226 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: $primary-high;
|
|
}
|
|
|
|
.d-icon.d-icon-d-tracking,
|
|
.d-icon.d-icon-d-watching {
|
|
color: $tertiary;
|
|
}
|