From bb4b98453d4aab38baec06006d3e8abe1e1dc6af Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Thu, 29 Aug 2024 14:23:50 +0300 Subject: [PATCH] fixed light mode scroll header --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 83c70b9..19c6867 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -25,6 +25,7 @@ color: #846b1f; } header { + background: #f7f6f3; border-bottom: 2px dotted #2d2a2e; } header a {