lots of styling

This commit is contained in:
2025-06-10 23:50:27 -07:00
parent e2c68b39b4
commit b53c2ee80a
12 changed files with 412 additions and 165 deletions

View File

@@ -35,9 +35,9 @@ import { SITE_TITLE } from '../consts';
</header>
<style>
header {
color: var(--color-light-text);
margin: 0;
padding: 0 1em;
background: white;
padding: 0;
box-shadow: 0 2px 8px rgba(var(--black), 5%);
}
h2 {