aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-12-06 09:29:50 +0100
committerVosjedev <vosje@vosjedev.net>2025-12-06 09:29:50 +0100
commit6be19569d98c24a901d72e3bf6fb8866e0a3f4db (patch)
tree6bec79a2c8f40cdf27656c4152d033339ce8518d /src
parent9f481f33fba336f86ef4b9b431f354d8e8ba5d77 (diff)
downloadacit-6be19569d98c24a901d72e3bf6fb8866e0a3f4db.tar.gz
acit-6be19569d98c24a901d72e3bf6fb8866e0a3f4db.tar.bz2
acit-6be19569d98c24a901d72e3bf6fb8866e0a3f4db.tar.xz
Change a fontsize, some stuff was way to large
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 f05bb61..7419934 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: 1.3em;
+ font-size: 1em;
tr th {
color: var(--accent);
}