From d8380af3d2ce78b308d6042256e8899493bbd644 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 13 Jun 2023 17:34:47 +0200 Subject: [PATCH] some dark theme fixes --- web/style/dark.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/style/dark.css b/web/style/dark.css index b661f4f..dea2294 100644 --- a/web/style/dark.css +++ b/web/style/dark.css @@ -1,8 +1,12 @@ body { - color: white; + color: #d8d8d8; background-color: #1b1b1b; } .text-muted { color: #929aa0 !important; } + +pre { + color: #9ca6b0; +}