clause agent mode "make it look like papermod"
Some checks failed
CSS Code Linting / Lint CSS (push) Has been cancelled
JS Code Linting / Lint JS (push) Has been cancelled
PHP Code Linting / Parallel lint (push) Has been cancelled
PHP Code Linting / PHPCS check (push) Has been cancelled

This commit is contained in:
gribse 2025-07-26 16:24:01 +02:00
parent 1c59bd66ea
commit 582e4491c0
91 changed files with 2139 additions and 202 deletions

0
sass/base/typography/_copy.scss Normal file → Executable file
View file

36
sass/base/typography/_headings.scss Normal file → Executable file
View file

@ -5,4 +5,40 @@ h4,
h5,
h6 {
clear: both;
font-family: $font__heading;
font-weight: $font__weight-semibold;
line-height: $font__line-height-heading;
color: var(--color-text-primary);
margin-top: 0;
margin-bottom: 1rem;
}
h1 {
font-size: $font__size-h1;
font-weight: $font__weight-bold;
margin-bottom: 1.5rem;
}
h2 {
font-size: $font__size-h2;
margin-top: 2rem;
margin-bottom: 1rem;
}
h3 {
font-size: $font__size-h3;
margin-top: 1.5rem;
}
h4 {
font-size: $font__size-h4;
}
h5 {
font-size: $font__size-h5;
}
h6 {
font-size: $font__size-h6;
font-weight: $font__weight-medium;
}

0
sass/base/typography/_typography.scss Normal file → Executable file
View file