202402022049

This commit is contained in:
nelle 2024-02-02 20:49:39 -07:00
parent 1cfb9f21ce
commit 236a60cdc3

View file

@ -19,6 +19,7 @@ const isActive = href === pathname || href === '/' + subpath?.[0];
text-decoration: none;
color: var(--dark);
height: 15px;
margin-bottom: auto;
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 {