From 644e0712c015604d5573fe89831a43ddac8212a1 Mon Sep 17 00:00:00 2001 From: Karl0ss Date: Tue, 25 Oct 2022 17:27:32 +0100 Subject: [PATCH] darkmode --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 7cf070f..dd4012f 100644 --- a/public/style.css +++ b/public/style.css @@ -27,6 +27,7 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + background-color: #0e0e0e; } h1,