Update the documentation section

This commit is contained in:
2025-02-10 23:13:44 -05:00
parent 3057cbdf16
commit 39aa61cdf9
9 changed files with 364 additions and 206 deletions

View File

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