diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-12-06 09:39:11 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-12-06 09:39:11 +0100 |
| commit | 2ae89680eb386b943cffd154f8fbea74c506c4e6 (patch) | |
| tree | 2b6ba634a192a7d9d10b4fb87dd1881cdf8ee002 | |
| parent | f7afdcfd48b31fa361e9119ca297d0d90cf21852 (diff) | |
| download | acit-2ae89680eb386b943cffd154f8fbea74c506c4e6.tar.gz acit-2ae89680eb386b943cffd154f8fbea74c506c4e6.tar.bz2 acit-2ae89680eb386b943cffd154f8fbea74c506c4e6.tar.xz | |
Enlarge email fontsize, to make it more readable
| -rw-r--r-- | html/style.css | 2 | ||||
| -rw-r--r-- | 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; |
