aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}