Switch to Astro #4

Merged
array-in-a-matrix merged 22 commits from astro into main 2024-01-15 17:55:49 -05:00
Showing only changes of commit c42b6c8e10 - Show all commits

View file

@ -39,18 +39,11 @@ import { SITE_TITLE } from '../consts';
color: var(--black); color: var(--black);
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
text-decoration: none; text-decoration: none;
display: inline-block;
} }
nav a.active { nav a.active {
text-decoration: none; text-decoration: none;
border-bottom-color: var(--accent); border-bottom-color: var(--accent);
}
@media (max-width: 720px) {
}
a {
display: inline-block;
text-decoration: none;
}
a.active {
font-weight: bolder; font-weight: bolder;
text-decoration: underline; text-decoration: underline;
} }