summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-22 18:22:36 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-22 18:22:36 +0200
commit476632d9559b1e3bacbd226df336116cac8544ea (patch)
tree5ad54d955ca676033538c9e93828093f039239d1 /html/style.css
parent0245f1c238b232834a1a1b76d660aa3b626d832f (diff)
Improvements.
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;