aboutsummaryrefslogtreecommitdiffstats
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
parent9f481f33fba336f86ef4b9b431f354d8e8ba5d77 (diff)
downloadacit-6be19569d98c24a901d72e3bf6fb8866e0a3f4db.tar.gz
acit-6be19569d98c24a901d72e3bf6fb8866e0a3f4db.tar.bz2
acit-6be19569d98c24a901d72e3bf6fb8866e0a3f4db.tar.xz
Change a fontsize, some stuff was way to large
-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..ffe0c4f 100644
--- a/html/style.css
+++ b/html/style.css
@@ -141,7 +141,7 @@ h1, h2 {
table {
width: 100%;
font-family: monospace;
- font-size: 1.3em;
+ font-size: 1em;
tr th {
color: var(--accent);
}
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);
}