202402022059

This commit is contained in:
nelle 2024-02-02 20:59:43 -07:00
parent 65862c7943
commit 4f314930a7

View file

@ -18,8 +18,7 @@ const isActive = href === pathname || href === '/' + subpath?.[0];
display: inline-block;
text-decoration: none;
color: var(--dark);
height: 15px;
line-height: 1.6;
font-size: 15px;
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 {