Add edge highlight to active home button

I knew something was off!
This commit is contained in:
daudix
2024-08-22 23:21:59 +03:00
parent a1e6d6e2b0
commit 3e42c2e3be

View File

@ -101,6 +101,7 @@
} }
&.active { &.active {
box-shadow: var(--edge-highlight);
background-color: var(--primary-color-alpha); background-color: var(--primary-color-alpha);
color: var(--primary-color); color: var(--primary-color);