[TASK] style note
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m33s

This commit is contained in:
Marie Birner 2024-02-17 11:07:08 +01:00
parent be5fe4d954
commit 40982a96bf
2 changed files with 18 additions and 0 deletions

View File

@ -106,3 +106,12 @@ details[open] summary {
display: block;
}
.note {
--pico-font-weight: 200;
font-weight: var(--pico-font-weight);
display: inline-block;
font-style: italic;
padding: calc(var(--pico-spacing) / 3) 0;
}

View File

@ -106,3 +106,12 @@ details[open] summary {
display: block;
}
.note {
--pico-font-weight: 200;
font-weight: var(--pico-font-weight);
display: inline-block;
font-style: italic;
padding: calc(var(--pico-spacing) / 3) 0;
}