commit 5ca09403c3a4115826e751a509df02cc0c8feb94 from: Bradley Taunt date: Mon Oct 28 12:13:27 2024 UTC Fix incorrect header code font size commit - eb05f6ddbb8fd40780ef92f4e179aac8b9e587bb commit + 5ca09403c3a4115826e751a509df02cc0c8feb94 blob - 756e00167eb44bcb665a6aaa13b04d730892abdb blob + d02d53f307f19b1da4814a2f52cf82c20836c9b5 --- style.css +++ style.css @@ -64,6 +64,10 @@ p code, li code { padding: 1px 2px; } +h2 code { + font-size: 24px; +} + hr { background: currentColor; border: 0;