diff --git a/themes/lyte/static/styles.css b/themes/lyte/static/styles.css index c012387..455a73e 100644 --- a/themes/lyte/static/styles.css +++ b/themes/lyte/static/styles.css @@ -127,16 +127,17 @@ main > p > code { body { background-color: #111; color: #fff; - font-family: iosevka, system-ui; + font-family: system-ui; font-weight: 300; font-size: 1rem; } -code { +code, pre { font-family: iosevka, monospace; } body > header { + font-family: iosevka, monospace; position: relative; display: flex; background-color: #191919;