Update the documentation section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user