From 270d606ad8f8b17430165227c98c46d8495995e5 Mon Sep 17 00:00:00 2001 From: RadoslavL Date: Mon, 18 Sep 2023 08:14:34 +0300 Subject: [PATCH] Changed the default dark theme as well --- assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index c94ed9d8..ec037240 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -635,7 +635,7 @@ body.dark-theme { } .no-theme a { - color: #a0a0a0; + color: #adadad; text-decoration: none; }