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

View File

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