UX: Remove !important from header .discourse-tag

per https://meta.discourse.org/t/planned-tag-color-issue-when-scrolled-down/53582/4?u=cpradio
This commit is contained in:
cpradio 2016-11-30 19:08:13 -05:00
parent 8cd30cdc8b
commit 309e37f0e6

View File

@ -136,7 +136,7 @@ $tag-color: scale-color($primary, $lightness: 40%);
top: -0.1em;
}
header .discourse-tag {color: $tag-color !important; }
header .discourse-tag {color: $tag-color }
.list-tags {
display: inline;