Merge pull request #4579 from cpradio/discourse-tag-color-override

UX: Remove !important from header .discourse-tag
This commit is contained in:
Sam 2016-12-01 11:12:28 +11:00 committed by GitHub
commit 612ff9fea4
1 changed files with 1 additions and 1 deletions

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;