From 1a668d6c46d8bb4913783ab6ce80091cb580d5cc Mon Sep 17 00:00:00 2001 From: Tim Koch Date: Tue, 29 Oct 2024 15:20:36 +0100 Subject: [PATCH] Make h1 text size even larger This is to make it even easier to visually distringuish between h1 and other heading elements. For example, on pages with a h1 heading and multiple section headings, this makes it easier to understand the structure of the page subconciously. --- resources/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index 55d8d95f8..0f4f19fb9 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -69,7 +69,7 @@ button[isHighlighted]:not(:disabled) { } h1 { - @apply text-2xl font-bold dark:text-white; + @apply text-3xl font-bold dark:text-white; } h2 {