Added side nav.

This commit is contained in:
Mike Cao 2025-02-16 01:11:45 -08:00
parent a8a1ccce18
commit b53606d497
13 changed files with 239 additions and 202 deletions

View file

@ -4,6 +4,7 @@ body {
color: var(--font-color);
font-size: var(--font-size);
background-color: var(--background-color);
min-height: 100vh;
}
a,