From 4cded5cf00816cca3d80a39f9f8faa6b7caf0a37 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Sun, 28 Jan 2024 02:10:29 +0100 Subject: [PATCH] link hover --- assets/css/default.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 352f610b..632196af 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -508,7 +508,8 @@ span > select { .light-theme summary:hover, .light-theme a:focus, .light-theme summary:focus { - color: #075A9E !important; + color: inherit; + text-decoration: underline; } .light-theme .pure-button-primary:hover, @@ -547,7 +548,8 @@ span > select { .no-theme summary:hover, .no-theme a:focus, .no-theme summary:focus { - color: #075A9E !important; + color: inherit; + text-decoration: underline } .no-theme .pure-button-primary:hover, @@ -599,7 +601,8 @@ span > select { .dark-theme summary:hover, .dark-theme a:focus, .dark-theme summary:focus { - color: rgb(0, 182, 240); + color: inherit; + text-decoration: underline; } .dark-theme .pure-button-primary:hover, @@ -669,7 +672,8 @@ body.dark-theme { .no-theme a:hover, .no-theme a:active, .no-theme a:focus { - color: rgb(0, 182, 240); + color: inherit; + text-decoration: underline; } .no-theme .pure-button-primary:hover,