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); } }