fix visibility of links in darkmode

This commit is contained in:
lyx0 2023-12-13 16:53:53 +01:00
parent 64b61370a3
commit 5b3ca839a3

7
dist/style.css vendored
View file

@ -1,4 +1,9 @@
body { body {
background: #222; background: #222428;
color: #F2F2F2; color: #F2F2F2;
} }
a {
color: ##82a2f2;
background-color: transparent;
text-decoration: none;
}