chore: build

This commit is contained in:
Lucas Larroche 2023-03-05 09:20:24 +07:00
parent cf5b115dc2
commit 682296368b
7 changed files with 19 additions and 7 deletions

View file

@ -529,26 +529,31 @@ h6 {
h1 { h1 {
--pico-font-size: 2rem; --pico-font-size: 2rem;
--pico-line-height: 1.25;
--pico-typography-spacing-top: 3rem; --pico-typography-spacing-top: 3rem;
} }
h2 { h2 {
--pico-font-size: 1.75rem; --pico-font-size: 1.75rem;
--pico-line-height: 1.3;
--pico-typography-spacing-top: 2.625rem; --pico-typography-spacing-top: 2.625rem;
} }
h3 { h3 {
--pico-font-size: 1.5rem; --pico-font-size: 1.5rem;
--pico-line-height: 1.35;
--pico-typography-spacing-top: 2.25rem; --pico-typography-spacing-top: 2.25rem;
} }
h4 { h4 {
--pico-font-size: 1.25rem; --pico-font-size: 1.25rem;
--pico-line-height: 1.4;
--pico-typography-spacing-top: 1.874rem; --pico-typography-spacing-top: 1.874rem;
} }
h5 { h5 {
--pico-font-size: 1.125rem; --pico-font-size: 1.125rem;
--pico-line-height: 1.45;
--pico-typography-spacing-top: 1.6875rem; --pico-typography-spacing-top: 1.6875rem;
} }
@ -792,6 +797,7 @@ h6 {
color: var(--pico-color); color: var(--pico-color);
font-weight: var(--pico-font-weight); font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size); font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
font-family: var(--pico-font-family); font-family: var(--pico-font-family);
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -531,26 +531,31 @@ h6 {
h1 { h1 {
--pico-font-size: 2rem; --pico-font-size: 2rem;
--pico-line-height: 1.25;
--pico-typography-spacing-top: 3rem; --pico-typography-spacing-top: 3rem;
} }
h2 { h2 {
--pico-font-size: 1.75rem; --pico-font-size: 1.75rem;
--pico-line-height: 1.3;
--pico-typography-spacing-top: 2.625rem; --pico-typography-spacing-top: 2.625rem;
} }
h3 { h3 {
--pico-font-size: 1.5rem; --pico-font-size: 1.5rem;
--pico-line-height: 1.35;
--pico-typography-spacing-top: 2.25rem; --pico-typography-spacing-top: 2.25rem;
} }
h4 { h4 {
--pico-font-size: 1.25rem; --pico-font-size: 1.25rem;
--pico-line-height: 1.4;
--pico-typography-spacing-top: 1.874rem; --pico-typography-spacing-top: 1.874rem;
} }
h5 { h5 {
--pico-font-size: 1.125rem; --pico-font-size: 1.125rem;
--pico-line-height: 1.45;
--pico-typography-spacing-top: 1.6875rem; --pico-typography-spacing-top: 1.6875rem;
} }
@ -836,6 +841,7 @@ h6 {
color: var(--pico-color); color: var(--pico-color);
font-weight: var(--pico-font-weight); font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size); font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
font-family: var(--pico-font-family); font-family: var(--pico-font-family);
} }

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long