From d06afe3eac0544e1185bc873dfb63577f97dcc1e Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Wed, 26 Jul 2023 13:39:13 +0300 Subject: [PATCH] Minor style fixes --- src/components/Nav/Header.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Nav/Header.module.scss b/src/components/Nav/Header.module.scss index 712e4a27..956f9810 100644 --- a/src/components/Nav/Header.module.scss +++ b/src/components/Nav/Header.module.scss @@ -465,7 +465,7 @@ width: auto; .icon { - display: none; + display: none !important; } .textLabel { @@ -496,7 +496,7 @@ } .textLabel { - //background-color: var(--link-hover-background); + background-color: var(--link-hover-background); color: var(--link-hover-color); } }