aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-12-06 09:38:07 +0100
committerVosjedev <vosje@vosjedev.net>2025-12-06 09:38:07 +0100
commitf7afdcfd48b31fa361e9119ca297d0d90cf21852 (patch)
tree7fac29e6100d7431ba3a25794d855dbdfadce318 /src
parent6be19569d98c24a901d72e3bf6fb8866e0a3f4db (diff)
downloadacit-f7afdcfd48b31fa361e9119ca297d0d90cf21852.tar.gz
acit-f7afdcfd48b31fa361e9119ca297d0d90cf21852.tar.bz2
acit-f7afdcfd48b31fa361e9119ca297d0d90cf21852.tar.xz
Revert "Change a fontsize, some stuff was way to large"
stuff wasn't too large This reverts commit 6be19569d98c24a901d72e3bf6fb8866e0a3f4db.
Diffstat (limited to 'src')
-rw-r--r--src/acit/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acit/html.py b/src/acit/html.py
index 7419934..f05bb61 100644
--- a/src/acit/html.py
+++ b/src/acit/html.py
@@ -308,7 +308,7 @@ h1, h2 {
table {
width: 100%;
font-family: monospace;
- font-size: 1em;
+ font-size: 1.3em;
tr th {
color: var(--accent);
}