Merge pull request #4579 from cpradio/discourse-tag-color-override
UX: Remove !important from header .discourse-tag
This commit is contained in:
commit
612ff9fea4
|
@ -136,7 +136,7 @@ $tag-color: scale-color($primary, $lightness: 40%);
|
||||||
top: -0.1em;
|
top: -0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .discourse-tag {color: $tag-color !important; }
|
header .discourse-tag {color: $tag-color }
|
||||||
|
|
||||||
.list-tags {
|
.list-tags {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Reference in New Issue