css darklight
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
ale 2024-10-06 18:05:08 +02:00
parent 21af17c99e
commit 03fcba7878

View File

@ -198,7 +198,7 @@ footer {
} }
#blocklist li { #blocklist li {
color: #F5F5F5; color: #333333;
white-space: nowrap; white-space: nowrap;
word-wrap: break-word; word-wrap: break-word;
overflow: hidden; overflow: hidden;
@ -207,19 +207,19 @@ footer {
#blocklist li:hover { #blocklist li:hover {
white-space: inherit; white-space: inherit;
cursor: pointer; cursor: pointer;
color: #F5F5F5; color: #111111;
} }
#blocklist li a, #blocklist li a,
#blocklist li a:hover, #blocklist li a:hover,
#blocklist li a:visited { #blocklist li a:visited {
color: #F5F5F5; color: #333333;
text-decoration: underline; text-decoration: underline;
} }
#blockinstance a, #blockinstance a,
#blockinstance a:hover { #blockinstance a:hover {
color: #F5F5F5; color: #333333;
text-decoration: underline; text-decoration: underline;
cursor: help; cursor: help;
} }