From 6dd6d2f503af635de85d12d8e390e0a0e4fe6203 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 12 Jul 2021 20:13:33 +0200 Subject: [PATCH] fix dark-mode (text|link)-(black|dark) color switch --- build/scss/_colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scss/_colors.scss b/build/scss/_colors.scss index 36db20392..ba855be17 100644 --- a/build/scss/_colors.scss +++ b/build/scss/_colors.scss @@ -99,7 +99,7 @@ a.text-muted:hover { .text-dark, .link-black, .link-dark { - color: $gray-400; + color: $gray-400 !important; } // Background colors (theme colors)