From 2ae89680eb386b943cffd154f8fbea74c506c4e6 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sat, 6 Dec 2025 09:39:11 +0100 Subject: Enlarge email fontsize, to make it more readable --- src/acit/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/acit/html.py b/src/acit/html.py index f05bb61..854da25 100644 --- a/src/acit/html.py +++ b/src/acit/html.py @@ -247,7 +247,7 @@ h1, h2 { .email { font-family: monospace; - font-size: 1em; + font-size: 1.2em; background-color: var(--secondary-background); --link-colour: var(--link-colour-secondary); padding: 1px; -- cgit