Cleanup documentations

This commit is contained in:
2025-02-08 21:02:34 -05:00
parent 3288c32ae8
commit 3309e1bc59
15 changed files with 770 additions and 663 deletions

View File

@@ -0,0 +1,23 @@
h1 {
@apply bg-hSurface text-hOnSurface;
@apply py-5 flex items-center justify-center uppercase;
@apply font-sans font-semibold text-xl;
@apply tracking-widest;
@apply px-2;
}
h2 {
@apply bg-hSurface text-hOnSurface;
@apply font-sans font-semibold text-lg;
@apply tracking-widest;
@apply py-2;
@apply px-2;
}
p, ul {
@apply bg-hSurface text-hOnSurface;
@apply font-mono font-normal text-base;
@apply tracking-wide;
@apply py-1;
@apply px-2;
}