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 {
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;
}