202402022034

This commit is contained in:
nelle 2024-02-02 20:34:43 -07:00
parent 0fec7684ec
commit 974feafcd1

View file

@ -17,6 +17,7 @@ const isActive = href === pathname || href === '/' + subpath?.[0];
a {
display: inline-block;
text-decoration: none;
box-shadow: 0 -4px var(--darkest) inset, 0 4px var(--light) inset, -4px 0 var(--light) inset, 4px 0 var(--darkest) inset;
}
a.active {
font-weight: bolder;