diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-15 18:38:39 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-15 18:38:39 -0500 |
| commit | b941697860bac7d649abcb3699511bb26422f59c (patch) | |
| tree | 83bf65ed0ce2e70d2f3b4ad16dd3b79c17c939fa /themes/aoidh/assets/aoidh.css | |
| parent | 925b4e15824f20ed26144237a7dd19b8f7efc07a (diff) | |
| download | samanthony.xyz-b941697860bac7d649abcb3699511bb26422f59c.zip | |
font stack; tweak spacing
Diffstat (limited to 'themes/aoidh/assets/aoidh.css')
| -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; +} |