Remove shadow from footer #1

This commit is contained in:
david-swift 2025-02-25 14:39:06 +01:00
parent 9100d706bc
commit c9925bdef3

View File

@ -6,7 +6,6 @@
nav { nav {
display: inline-block; display: inline-block;
margin: 0 auto 1rem; margin: 0 auto 1rem;
box-shadow: var(--edge-highlight);
border-radius: 1.375rem; border-radius: 1.375rem;
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
padding: 0.25rem; padding: 0.25rem;
@ -54,7 +53,6 @@
} }
&:hover { &:hover {
box-shadow: var(--edge-highlight);
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
color: var(--fg-muted-5); color: var(--fg-muted-5);
} }