From 03fcba787833e09d02f87709951bb3ac03f63017 Mon Sep 17 00:00:00 2001 From: ale Date: Sun, 6 Oct 2024 18:05:08 +0200 Subject: [PATCH] css darklight --- public/light.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/light.css b/public/light.css index 90df5ed..7b2e7e7 100644 --- a/public/light.css +++ b/public/light.css @@ -198,7 +198,7 @@ footer { } #blocklist li { - color: #F5F5F5; + color: #333333; white-space: nowrap; word-wrap: break-word; overflow: hidden; @@ -207,19 +207,19 @@ footer { #blocklist li:hover { white-space: inherit; cursor: pointer; - color: #F5F5F5; + color: #111111; } #blocklist li a, #blocklist li a:hover, #blocklist li a:visited { - color: #F5F5F5; + color: #333333; text-decoration: underline; } #blockinstance a, #blockinstance a:hover { - color: #F5F5F5; + color: #333333; text-decoration: underline; cursor: help; }