diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index f36779a..1eb811d 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -21,14 +21,14 @@ html { body { margin: 1rem auto; - padding: 1rem; + padding: 1rem .5rem; max-width: var(--pagewidth); border: 1px solid var(--dark-yellow); box-shadow: 2px 2px var(--dark-yellow); } body { - font-family: serif; + font-family: 'IBM Plex Serif', Charter, 'Bitstream Charter', 'Sitka Text', serif; font-weight: 400; line-height: 1.35em; text-rendering: optimizeLegibility; @@ -127,8 +127,8 @@ h3 { } h1, h2, h3 { - margin-block-start: 1em; - margin-block-end: .5em; + margin-block-start: .8em; + margin-block-end: .4em; } table { @@ -152,7 +152,7 @@ th, td { } th { - font-weight: 450; + font-weight: 500; } footer { @@ -213,3 +213,13 @@ iframe { border: 1px solid var(--dark-yellow); box-shadow: 2px 2px var(--dark-yellow); } + +code { + font-family: 'IBM Plex Mono', 'Source Code Pro', monospace; + font-size: .9em; +} + +.mono { + font-family: 'IBM Plex Mono', 'Source Code Pro', monospace; + font-size: .9em; +} |