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