17 lines
256 B
Sass
17 lines
256 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
.topic-full
|
||
|
.topic-full-byline
|
||
|
color: $foreground !important
|
||
|
|
||
|
.link-user
|
||
|
color: $green !important
|
||
|
|
||
|
.link-user:visited
|
||
|
color: $pink !important
|
||
|
|
||
|
aside
|
||
|
.topic-tags
|
||
|
li
|
||
|
color: $foreground !important
|