aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app.css b/src/app.css
index 81a7926..c41d249 100644
--- a/src/app.css
+++ b/src/app.css
@@ -106,13 +106,13 @@
@apply text-4xl mb-1.5 mt-2;
}
h2 {
- @apply my-1.5 text-2xl;
+ @apply my-1.5 text-3xl;
}
h3 {
- @apply my-1 text-xl;
+ @apply my-1 text-2xl;
}
h4 {
- @apply my-1 text-lg;
+ @apply my-1 text-xl;
}
h1,h2,h3,h4,h5,h6,p,blockquote:not(.no-at-a-glance) {
@apply relative text-white/90 hover:text-white;