From 3192ef4fe3c2d98664d5f6f4ce731cf9ae888d3c Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 24 Jul 2015 10:05:57 +0930 Subject: [PATCH] Make tags look better in dark mode --- extensions/tags/less/forum/TagLabel.less | 6 +++--- extensions/tags/less/forum/TagTiles.less | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/tags/less/forum/TagLabel.less b/extensions/tags/less/forum/TagLabel.less index ef7701300..5719fcbea 100644 --- a/extensions/tags/less/forum/TagLabel.less +++ b/extensions/tags/less/forum/TagLabel.less @@ -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 { diff --git a/extensions/tags/less/forum/TagTiles.less b/extensions/tags/less/forum/TagTiles.less index 33028e01c..017dea4fb 100644 --- a/extensions/tags/less/forum/TagTiles.less +++ b/extensions/tags/less/forum/TagTiles.less @@ -41,7 +41,7 @@ } &.colored { &, a { - color: #fff; + color: @body-bg; } } }