From 2284bbe43fc14e9d440a107962d2436a7587f19b Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Tue, 5 Dec 2023 21:05:05 +0100 Subject: [PATCH] Updated --- custom/public/css/lol-global.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/custom/public/css/lol-global.css b/custom/public/css/lol-global.css index 628903f..3c37b4c 100644 --- a/custom/public/css/lol-global.css +++ b/custom/public/css/lol-global.css @@ -2,11 +2,9 @@ background: black; border-bottom: 2px solid yellow; box-shadow: 0 0 15px rgba(0,0,0,0.5); - margin-bottom: 25px !important;; -} - -#navbar > .item { - --color-text: yellow; + margin-bottom: 25px !important; + --color-nav-text: yellow; + --color-nav-hover-bg: rgba(255,255,255,0.5); } #navbar > .item.active { @@ -14,7 +12,7 @@ } #navbar > a.item:hover { - background: none; + background: none !important; text-decoration: underline; }