From 71ee0c1c85c0c4e67a40ddbfae95b22ce20e293d Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Mon, 6 Oct 2025 11:31:44 +0200 Subject: [PATCH] fixed styling for precode blocks --- css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 5dd6ccf..3a4e29f 100644 --- a/css/main.css +++ b/css/main.css @@ -361,12 +361,12 @@ body.dark-mode td { border-color: #444; } body.dark-mode th { - background: #1e1e1e; + background: #121212; } body.dark-mode code, body.dark-mode pre { - background: #1e1e1e; + background: #121212; color: #c8c8c8; } @@ -379,7 +379,7 @@ body.dark-mode input, body.dark-mode select, body.dark-mode textarea, body.dark-mode button { - background: #1e1e1e; + background: #121212; color: #e0e0e0; border: 1px solid #555; }