feat(style.css): use monospaced font only for heading

This commit is contained in:
2026-02-28 23:43:15 +01:00
parent 1900bf46cc
commit 54eec657a5

View File

@@ -14,7 +14,7 @@
body {
background-color: var(--ctp-base);
font-family: monospace, sans-serif !important;
font-family: sans-serif;
color: var(--ctp-text);
}
@@ -51,6 +51,10 @@ header {
padding: 0.5rem 1rem;
}
header h2 {
font-family: monospace, sans-serif;
}
main {
display: flex;
flex-grow: 1;