fix css for dark mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user