fix css for dark mode

This commit is contained in:
sentriz
2020-05-02 04:41:33 +01:00
parent b02ade3415
commit d1cf964029

View File

@@ -22,6 +22,7 @@ span,
html {
font-family: monospace;
font-size: var(--size);
color: black;
}
body {
@@ -86,6 +87,10 @@ table td.text-trunc {
max-width: 0;
}
p {
color: inherit;
}
a,
a:visited {
color: #0064c1;