add h4 styling

This commit is contained in:
2026-04-09 01:22:01 +01:00
parent 34d4498add
commit f9ec3b89d5

View File

@@ -100,6 +100,12 @@ figcaption::before {
font-weight: bold; font-weight: bold;
} }
h4 {
font-style: italic;
font-weight: bold;
font-size: 1.2em;
}
kbd { kbd {
color: var(--bg); color: var(--bg);