Migrated to the new go-web-dev-kit setup.

This commit is contained in:
Zed A. Shaw 2025-09-13 15:08:19 -04:00
parent 8d70b57299
commit 71ee505717
20 changed files with 193 additions and 810 deletions

View file

@ -2,7 +2,7 @@
@import "./theme.css" layer(theme);
body {
@apply bg-gray-100 text-gray-950 dark:text-gray-50 dark:bg-gray-950;
@apply text-gray-950 dark:text-gray-50;
}
main {
@ -10,7 +10,15 @@ main {
}
header {
@apply flex justify-stretch;
@apply flex flex-col justify-stretch;
}
footer {
@apply bg-gray-950 text-gray-50 text-lg flex p-1;
}
@utility sticky-bottom {
@apply w-full sticky bottom-0 left-0;
}
nav {
@ -34,13 +42,6 @@ pre > code {
@apply !bg-gray-950 p-1;
}
footer {
@apply bg-gray-950 text-gray-50 text-lg flex p-6;
}
@utility sticky-bottom {
@apply w-full sticky bottom-0 left-0;
}
h1 {
@apply text-6xl mb-2 mt-4;