From 11bff2275e102b8ebb4749c2f1e9acaaa9232f9f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Oct 2022 12:07:15 +0300 Subject: use dark grey as bg color --- extras/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3