aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-12-06 09:39:11 +0100
committerVosjedev <vosje@vosjedev.net>2025-12-06 09:39:11 +0100
commit2ae89680eb386b943cffd154f8fbea74c506c4e6 (patch)
tree2b6ba634a192a7d9d10b4fb87dd1881cdf8ee002
parentf7afdcfd48b31fa361e9119ca297d0d90cf21852 (diff)
downloadacit-2ae89680eb386b943cffd154f8fbea74c506c4e6.tar.gz
acit-2ae89680eb386b943cffd154f8fbea74c506c4e6.tar.bz2
acit-2ae89680eb386b943cffd154f8fbea74c506c4e6.tar.xz
Enlarge email fontsize, to make it more readable
-rw-r--r--html/style.css2
-rw-r--r--src/acit/html.py2
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;