summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/blog/baseof.html2
-rw-r--r--layouts/brain-rot/baseof.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index 55001af..37d34bf 100644
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -56,7 +56,7 @@
background-attachment: fixed;
max-width: 98%;
font-family: serif;
- font-size: 1em;
+ font-size: 1.2em;
}
a {
color: var(--text-color);
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html
index 98ab9da..2a80353 100644
--- a/layouts/brain-rot/baseof.html
+++ b/layouts/brain-rot/baseof.html
@@ -61,7 +61,7 @@
html {
height:100%;
font-family: serif;
- font-size: 1em;
+ font-size: 1.2em;
color: var(--text-color);
}
body {