summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-10-01 12:07:15 +0300
committerPaul Buetow <paul@buetow.org>2022-10-01 12:07:15 +0300
commit11bff2275e102b8ebb4749c2f1e9acaaa9232f9f (patch)
tree597db88d9c4fe320e32c9ae24a2e34015185dcbb
parentbfbbecd07a05b8080fb73dc2e15dceac7e5e7034 (diff)
use dark grey as bg color
-rw-r--r--extras/html/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index eba3fa5..6c3669c 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -22,7 +22,7 @@
line-height: 1.5em;
margin: 0;
padding: 0;
- background-color: #000000;
+ background-color: #101010;
color: #ffffef;
}