From df78c743c8073e662b7d6f945180b98181ec7d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:29:12 +0100 Subject: [PATCH] Fix Tags sidebar font color (#890) Co-authored-by: Emruz Hossain --- assets/styles/components/links.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/components/links.scss b/assets/styles/components/links.scss index 3b162e2..61369a2 100644 --- a/assets/styles/components/links.scss +++ b/assets/styles/components/links.scss @@ -10,7 +10,7 @@ a { } } -.list-link { +.list-link, .taxonomy-term { text-decoration: none !important; color: get-light-color('text-color'); @include transition(); @@ -67,7 +67,7 @@ html[data-theme='dark'] { } } - .list-link { + .list-link, .taxonomy-term { color: get-dark-color('text-color'); &:hover,