From 481af587943939bba0b0a8a4e64f202c03ca4aa0 Mon Sep 17 00:00:00 2001 From: Midgard Date: Tue, 15 Sep 2020 21:44:40 +0200 Subject: [PATCH] Fix --- content/stylesheets/main.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/stylesheets/main.css b/content/stylesheets/main.css index 842c348..673894e 100644 --- a/content/stylesheets/main.css +++ b/content/stylesheets/main.css @@ -97,7 +97,7 @@ footer { color: inherit; } -.nav-link:hover { +.nav-link:hover, .active_link { background: var(--yellow); color: var(--lightblue); } @@ -208,6 +208,7 @@ footer { justify-content: center; transform: rotate(-90deg); transition: 0.4s; + margin-bottom: 0.7rem; } .navbar:hover, @@ -398,15 +399,10 @@ h2 { top: 20%; } -.underline, -.active_link { +.underline { box-shadow: inset 0 -0.15em 0 var(--yellow); } -.home_link .active_link { - box-shadow: inset 0 -0.1rem 0 var(--darkblue); -} - #postcodeField { -webkit-appearance: none; margin: 0;