diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 09:40:29 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 09:40:29 -0500 |
| commit | 7b31aa7a786d254d2a2a6e4afd93dbe426816874 (patch) | |
| tree | 5376cbe3d7684961d1a71b583e9169427907241d /themes/aoidh/assets/aoidh.css | |
| parent | 4df097eee94449eedc226e785afd753bb5747cc3 (diff) | |
| download | samanthony.xyz-7b31aa7a786d254d2a2a6e4afd93dbe426816874.zip | |
header weight and size
Diffstat (limited to 'themes/aoidh/assets/aoidh.css')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 25 |
1 files changed, 17 insertions, 8 deletions
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; } |