From 2adf252645fa4e15d4482c2b37610a3bf208e876 Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 14 Jan 2026 20:35:52 +0100 Subject: chore: make all headers 1 size bigger --- src/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app.css') 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; -- cgit v1.2.3