From fe12ef9a9f5030db52235b7cde530081aa2b0b06 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 18 Aug 2021 22:14:33 +0200 Subject: [PATCH] Fixing bug with submenues in header. --- assets/scss/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/header.scss b/assets/scss/header.scss index 37ea26c..a6886cf 100644 --- a/assets/scss/header.scss +++ b/assets/scss/header.scss @@ -65,7 +65,7 @@ nav { &.background a[role=button] { background-color: var(--nav-background); - color: black; + color: black !important; display: inline; }