From 077f0ce3b20355b4d60e5755c3d484defe514e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Gla=C3=9F?= Date: Wed, 18 Dec 2019 10:06:12 +0100 Subject: [PATCH] Bottom border for header --- static/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/style.css b/static/styles/style.css index 5f297ff..e439b15 100644 --- a/static/styles/style.css +++ b/static/styles/style.css @@ -66,6 +66,7 @@ header { background: var(--background-color); display: flex; justify-content: center; + border-bottom: double 3pt var(--link-color); } #header-inner {