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