diff --git a/base.css b/base.css index 010e02c..d01c5d0 100644 --- a/base.css +++ b/base.css @@ -100,6 +100,12 @@ figcaption::before { font-weight: bold; } +h4 { + font-style: italic; + font-weight: bold; + font-size: 1.2em; +} + kbd { color: var(--bg);