diff --git a/theme.css b/theme.css index 84124ac..f902583 100644 --- a/theme.css +++ b/theme.css @@ -5,7 +5,10 @@ } #navbar .active { - /* background: var(--color-hover) !important; */ + background: var(--color-hover) !important; +} + +#navbar { background:linear-gradient(45deg,#d46ba3,#d4885c 29%,#d4b25d 66%,#d46ba3); }