From bd8cb00deef944935cc042adda9b354a28746fbf Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Fri, 13 Aug 2021 17:25:15 +0200 Subject: [PATCH] =?UTF-8?q?Farbe=20des=20Header-Randes=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nateman/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nateman/static/style.css b/nateman/static/style.css index ba36f45..1f75e1c 100644 --- a/nateman/static/style.css +++ b/nateman/static/style.css @@ -113,7 +113,7 @@ header { left: 0; z-index: 1; background-color: var(--header-bg); - border-bottom: 2px solid #607a18; + border-bottom: 2px solid #6d891e; overflow-y: hidden; white-space: nowrap; user-select: none;