From 757bfa2483bc94d5c197aa8d656c19023d0fee66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Thu, 30 Mar 2023 03:28:23 +0200 Subject: [PATCH] Fix Dark Mode --- backend/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/static/css/style.css b/backend/static/css/style.css index 9471e87..a28a67d 100644 --- a/backend/static/css/style.css +++ b/backend/static/css/style.css @@ -126,4 +126,8 @@ table td:first-child { color: #f5f5f5; } + pre { + color: #a2a2a2; + } + } \ No newline at end of file