[PIE-6] Add first (non-final) (temporary-ish) stylings (#5)

this was a doozy.
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
This commit was merged in pull request #5.
This commit is contained in:
2025-08-12 23:39:33 +12:00
committed by June
parent 5c099f5b49
commit c1910a71c6
21 changed files with 507 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
@import "tailwindcss";
html {
@apply bg-[#fefefe];
@apply p-5;
/* @apply bg-[#1d1f21]; */
@apply bg-[#fafafa];
@apply font-stretch-condensed;
}