From 1e88e92d257001eaa814256175d31d4cee293c45 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Thu, 20 Oct 2022 23:39:02 +0200 Subject: [PATCH] CSS: fix links not underlined in dark mode --- assets/css/default.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index c31b24e5..c7a5019a 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -636,7 +636,6 @@ body.dark-theme { .no-theme a { color: #a0a0a0; - text-decoration: none; } body.no-theme {