summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/style.css b/html/style.css
index 1e55997..d68a338 100644
--- a/html/style.css
+++ b/html/style.css
@@ -55,10 +55,10 @@ td, th {
@media (prefers-color-scheme: dark) {
body {
background: black;
- color: #999;
+ color: #ccc;
}
table, td, th {
- border-color: #999;
+ border-color: #ccc;
}
a {
color: #00aa00;