fix visibility of links in darkmode

This commit is contained in:
lyx0 2023-12-13 17:00:37 +01:00
parent 5b3ca839a3
commit 60b8e7ad2f

3
dist/style.css vendored
View file

@ -3,7 +3,6 @@ body {
color: #F2F2F2; color: #F2F2F2;
} }
a { a {
color: ##82a2f2; color: #82a2f2;
background-color: transparent; background-color: transparent;
text-decoration: none;
} }