From 8e62e2469a144b7c33311e5259b6bc3541c4d412 Mon Sep 17 00:00:00 2001 From: protoclown Date: Tue, 18 Oct 2022 20:06:19 +0200 Subject: [PATCH] fix: TagTiles last posted --- extensions/tags/less/forum/TagTiles.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/extensions/tags/less/forum/TagTiles.less b/extensions/tags/less/forum/TagTiles.less index 1d2f5fac3..adff17e36 100755 --- a/extensions/tags/less/forum/TagTiles.less +++ b/extensions/tags/less/forum/TagTiles.less @@ -135,8 +135,13 @@ border-top: 1px solid rgba(0, 0, 0, 0.15); margin: 0 20px; - .TagTile.colored & { - color: fade(@body-bg, 70%); + .TagTile.colored.tag-dark & { + color: fade(@text-on-dark, 70%); + border-top: 1px solid rgba(255, 255, 255, 0.15); + } + .TagTile.colored.tag-light & { + color: fade(@text-on-light, 70%); + border-top: 1px solid rgba(0, 0, 0, 0.15); } &:hover .TagTile-lastPostedDiscussion-title {