From 4540aa2cc4a3ddb99b77afa8f1d48562369988fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 14 Nov 2022 09:18:43 -0500 Subject: [PATCH] fix: tag item contrast closes https://github.com/NodeBB/NodeBB/issues/11035 --- less/tags.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/tags.less b/less/tags.less index 95a8622..164a71e 100644 --- a/less/tags.less +++ b/less/tags.less @@ -30,7 +30,8 @@ .tag { text-transform: uppercase; font-size: 10px; - background: lighten(@gray-lighter, 2.5%); + background: #e9ecef; + color: #7a8288; padding: 5px; white-space: nowrap; }