[TASK] add basic custom styling
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m33s
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m33s
This commit is contained in:
parent
185bd0489d
commit
be5fe4d954
@ -1,3 +1,7 @@
|
||||
h1 {
|
||||
margin-top: var(--pico-spacing);
|
||||
}
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
@ -48,3 +52,57 @@ details summary {
|
||||
details[open] summary {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
--pico-font-weight: 400;
|
||||
|
||||
display: inline;
|
||||
}
|
||||
|
||||
h2 {
|
||||
--pico-font-size: 1.3rem;
|
||||
--pico-font-weight: 200;
|
||||
}
|
||||
|
||||
h3 {
|
||||
--pico-font-size: 1.2rem;
|
||||
--pico-font-weight: 200;
|
||||
}
|
||||
|
||||
h4 {
|
||||
--pico-font-size: 1.1rem;
|
||||
--pico-font-weight: 200;
|
||||
}
|
||||
|
||||
details summary {
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
details[open] summary {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.par {
|
||||
margin-bottom: calc(var(--pico-spacing) * 2);
|
||||
}
|
||||
|
||||
.symb {
|
||||
--pico-font-weight: 700;
|
||||
|
||||
display: inline-block;
|
||||
margin-right: calc(var(--pico-spacing) / 3);
|
||||
font-weight: var(--pico-font-weight)
|
||||
}
|
||||
|
||||
.header {
|
||||
--pico-font-weight: 300;
|
||||
|
||||
font-weight: var(--pico-font-weight);
|
||||
}
|
||||
|
||||
.content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
h1 {
|
||||
margin-top: var(--pico-spacing);
|
||||
}
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
@ -48,3 +52,57 @@ details summary {
|
||||
details[open] summary {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
--pico-font-weight: 400;
|
||||
|
||||
display: inline;
|
||||
}
|
||||
|
||||
h2 {
|
||||
--pico-font-size: 1.3rem;
|
||||
--pico-font-weight: 200;
|
||||
}
|
||||
|
||||
h3 {
|
||||
--pico-font-size: 1.2rem;
|
||||
--pico-font-weight: 200;
|
||||
}
|
||||
|
||||
h4 {
|
||||
--pico-font-size: 1.1rem;
|
||||
--pico-font-weight: 200;
|
||||
}
|
||||
|
||||
details summary {
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
details[open] summary {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.par {
|
||||
margin-bottom: calc(var(--pico-spacing) * 2);
|
||||
}
|
||||
|
||||
.symb {
|
||||
--pico-font-weight: 700;
|
||||
|
||||
display: inline-block;
|
||||
margin-right: calc(var(--pico-spacing) / 3);
|
||||
font-weight: var(--pico-font-weight)
|
||||
}
|
||||
|
||||
.header {
|
||||
--pico-font-weight: 300;
|
||||
|
||||
font-weight: var(--pico-font-weight);
|
||||
}
|
||||
|
||||
.content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user