202402022054

This commit is contained in:
nelle 2024-02-02 20:54:43 -07:00
parent 236a60cdc3
commit 65862c7943

View file

@ -19,7 +19,7 @@ const isActive = href === pathname || href === '/' + subpath?.[0];
text-decoration: none;
color: var(--dark);
height: 15px;
margin-bottom: auto;
line-height: 1.6;
box-shadow: 0 -4px var(--darker) inset, 0 4px var(--accent-dark) inset, -4px 0 var(--accent-dark) inset, 4px 0 var(--darker) inset;
}
a.active {