aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-11 19:10:19 -0600
committerChristian Cleberg <[email protected]>2025-11-11 19:10:19 -0600
commit1acdb98f08b126a78afa09a2648df345687b2edb (patch)
treeb0ac67e6620905135b22ca9beb2a78c54a63d6d8 /theme/static/styles.css
parent52ace755c5f4f0a8be8252764005e4f99d9a67ba (diff)
downloadcleberg.net-1acdb98f08b126a78afa09a2648df345687b2edb.tar.gz
cleberg.net-1acdb98f08b126a78afa09a2648df345687b2edb.tar.bz2
cleberg.net-1acdb98f08b126a78afa09a2648df345687b2edb.zip
fix line height for WCAG
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css2
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;
}