summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 06:17:46 -0400
committerseth <[email protected]>2023-05-24 06:17:46 -0400
commite23620d10a5fb27f613e5b71cb0627fb1c4076b3 (patch)
tree4b131eda41481bfc922fb86545c92f2c270496c2 /src/styles
parentcb58a18f0f32cce04d13cf2d10b33d7721eebe1e (diff)
add 404/sitemap/robots.txt + improve random stuff
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/global.sass6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/global.sass b/src/styles/global.sass
index e03270c..a6d45e2 100644
--- a/src/styles/global.sass
+++ b/src/styles/global.sass
@@ -10,13 +10,13 @@ html
font-family: "Noto Sans", sans-serif
h1
- @apply text-2xl
+ @apply text-base text-2xl
h2
- @apply text-xl
+ @apply text-base text-xl
h3
- @apply text-lg
+ @apply text-base text-lg
p,li
@apply text-base