edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 62ea9cceeedd73c153e2bffd2621ea3a4f20079c
parent 46ef2d2cdcdaed281710de79186f0d4180d64d5d
Author: Ed van Bruggen <ed@edryd.org>
Date:   Mon,  5 May 2025 17:12:43 -0400

Increase body font size

Diffstat:
Mstatic/css/theme.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/css/theme.css b/static/css/theme.css @@ -908,7 +908,7 @@ footer { */ body { font-family: 'EB Garamond', Times, sans-serif; - font-size: 1.25rem; + font-size: 1.4rem; font-weight: 400; line-height: 1.5; color: #212529;