CSS: fix links not underlined in dark mode

This commit is contained in:
Samantaz Fox 2022-10-20 23:39:02 +02:00
parent 426ef914c4
commit 1e88e92d25
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -636,7 +636,6 @@ body.dark-theme {
.no-theme a {
color: #a0a0a0;
text-decoration: none;
}
body.no-theme {