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 --- html/style.css | 2 +- src/acit/html.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/style.css b/html/style.css index 08c038e..303c204 100644 --- a/html/style.css +++ b/html/style.css @@ -80,7 +80,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; 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