From e571cc3b1e4ed134d2461f08023cbaa28fadc3de Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Mon, 19 Jul 2021 10:07:00 -0700 Subject: [PATCH] Tweak styling of Dracula theme --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 7eb66a0..91000c7 100644 --- a/static/style.css +++ b/static/style.css @@ -82,8 +82,8 @@ --text: #f8f8f2; --foreground: #3d4051; --background: #282a36; - --outside: #44475a; - --post: #44475a; + --outside: #393c4d; + --post: #333544; --panel-border: 2px solid #44475a; --highlighted: #4e5267; --visited: #969692;