clause agent mode "make it look like papermod"
This commit is contained in:
parent
1c59bd66ea
commit
582e4491c0
91 changed files with 2139 additions and 202 deletions
36
sass/base/typography/_headings.scss
Normal file → Executable file
36
sass/base/typography/_headings.scss
Normal file → Executable 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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue