aboutsummaryrefslogtreecommitdiffstats
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
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.
-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 ffe0c4f..08c038e 100644
--- a/html/style.css
+++ b/html/style.css
@@ -141,7 +141,7 @@ h1, h2 {
table {
width: 100%;
font-family: monospace;
- font-size: 1em;
+ font-size: 1.3em;
tr th {
color: var(--accent);
}
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);
}