From 7b31aa7a786d254d2a2a6e4afd93dbe426816874 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 13 Jan 2026 09:40:29 -0500 Subject: header weight and size --- themes/aoidh/assets/aoidh.css | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'themes') diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index a761a50..f36779a 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -28,8 +28,9 @@ body { } body { - line-height: 1.35em; font-family: serif; + font-weight: 400; + line-height: 1.35em; text-rendering: optimizeLegibility; color: #000; background: #fff; @@ -67,12 +68,12 @@ nav a { } li.nav-active a { - font-weight: bold; + font-weight: 600; box-shadow: .2rem .2rem var(--dark-yellow); } li.nav-ancestor a { - font-weight: bold; + font-weight: 600; } nav a:active { @@ -88,6 +89,7 @@ p { } a { + font-weight: 450; text-decoration: none; border: 1px solid transparent; } @@ -110,20 +112,23 @@ a:active { } h1 { - font-size: 1.3rem; + font-size: 1.15rem; + font-weight: 700 } h2 { - font-size: 1.2rem; + font-size: 1.10rem; + font-weight: 600; } h3 { - font-size: 1.1rem; + font-size: 1.05rem; + font-weight: 500; } h1, h2, h3 { - margin-block-end: .4em; /* above */ - margin-block-start: .8em; /* below */ + margin-block-start: 1em; + margin-block-end: .5em; } table { @@ -146,6 +151,10 @@ th, td { vertical-align: middle; } +th { + font-weight: 450; +} + footer { margin-top: 2rem; } -- cgit v1.2.3