diff --git a/output/style.css b/output/style.css index e2fd7d5..eb076cf 100644 --- a/output/style.css +++ b/output/style.css @@ -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; +} + diff --git a/templates/style.css b/templates/style.css index e2fd7d5..eb076cf 100644 --- a/templates/style.css +++ b/templates/style.css @@ -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; +} +