Make tags look better in dark mode

This commit is contained in:
Toby Zerner 2015-07-24 10:05:57 +09:30
parent 670218d267
commit 3192ef4fe3
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
&.colored { &.colored {
.TagLabel-text { .TagLabel-text {
color: #fff !important; color: @body-bg !important;
} }
} }
@ -26,7 +26,7 @@
&.colored { &.colored {
margin-right: 5px; margin-right: 5px;
background: #fff !important; background: @body-bg !important;
color: @muted-color; color: @muted-color;
.TagLabel-text { .TagLabel-text {
@ -37,7 +37,7 @@
} }
.DiscussionHero--colored { .DiscussionHero--colored {
&, a { &, a {
color: #fff; color: @body-bg;
} }
} }
.TagsLabel { .TagsLabel {

View File

@ -41,7 +41,7 @@
} }
&.colored { &.colored {
&, a { &, a {
color: #fff; color: @body-bg;
} }
} }
} }