diff options
| author | Christian Cleberg <[email protected]> | 2025-11-11 19:10:19 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-11-11 19:10:19 -0600 |
| commit | 1acdb98f08b126a78afa09a2648df345687b2edb (patch) | |
| tree | b0ac67e6620905135b22ca9beb2a78c54a63d6d8 /theme/static | |
| parent | 52ace755c5f4f0a8be8252764005e4f99d9a67ba (diff) | |
| download | cleberg.net-1acdb98f08b126a78afa09a2648df345687b2edb.tar.gz cleberg.net-1acdb98f08b126a78afa09a2648df345687b2edb.tar.bz2 cleberg.net-1acdb98f08b126a78afa09a2648df345687b2edb.zip | |
fix line height for WCAG
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 5125b43..8242371 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -12,7 +12,7 @@ body { color: var(--fg-light); font-family: Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console, monospace; font-size: 0.9rem; - line-height: 1.4rem; + line-height: 1.5; margin: 1.5rem; max-width: 45em; } |
