From 024349d418a03a807b002cf96fda4c5b2ec598ad Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 17 Aug 2015 15:42:04 +0930 Subject: [PATCH] OK, fade out that text a bit --- extensions/tags/less/forum/TagTiles.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions/tags/less/forum/TagTiles.less b/extensions/tags/less/forum/TagTiles.less index faf8779ae..0f8327a55 100644 --- a/extensions/tags/less/forum/TagTiles.less +++ b/extensions/tags/less/forum/TagTiles.less @@ -94,6 +94,12 @@ .TagTile-description { font-size: 14px; margin: 0 0 10px; + + .colored & { + &, a { + color: fade(@body-bg, 70%); + } + } } .TagTile-children { font-weight: bold; @@ -115,6 +121,12 @@ border-top: 1px solid rgba(0, 0, 0, 0.15); margin: 0 20px; + .colored & { + &, a { + color: fade(@body-bg, 70%); + } + } + &:hover .TagTile-lastDiscussion-title { text-decoration: underline; }