From b22515f982d92701cac5e822f408f49e26a9409b Mon Sep 17 00:00:00 2001 From: protoclown Date: Tue, 18 Oct 2022 20:04:20 +0200 Subject: [PATCH] fix: TagTiles description --- extensions/tags/less/forum/TagTiles.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extensions/tags/less/forum/TagTiles.less b/extensions/tags/less/forum/TagTiles.less index 0930cfa88..1d2f5fac3 100755 --- a/extensions/tags/less/forum/TagTiles.less +++ b/extensions/tags/less/forum/TagTiles.less @@ -108,8 +108,11 @@ font-size: 12px; margin: 0 0 10px; - .TagTile.colored & { - color: fade(@body-bg, 70%); + .TagTile.colored.tag-dark & { + color: fade(@text-on-dark, 70%); + } + .TagTile.colored.tag-light & { + color: fade(@text-on-light, 70%); } } .TagTile-children {