Fix some font scaling

This commit is contained in:
2025-06-21 21:50:21 -07:00
parent 0daac5bba4
commit 5a17ff266d
4 changed files with 26 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ const isActive = href === pathname || href === '/' + (subpath?.[0] || '');
display: inline-block;
text-decoration: none;
color: var(--color-light-text);
font-size: var(--font-size-lg);
}
a.hover {