1
Fork 0
userstyles/sass/tildes-dracula/_comment-tags.sass

22 lines
458 B
Sass

@import '_colors.sass'
.label-comment-tag-offtopic
border-color: $cyan !important
color: $cyan !important
.label-comment-tag-joke
border-color: $green !important
color: $green !important
.label-comment-tag-flame
border-color: $red !important
color: $red !important
.label-comment-tag-troll
border-color: $orange !important
color: $orange !important
.label-comment-tag-noise
border-color: $yellow !important
color: $yellow !important