From 15635a7dacf206496991dd503ddf3709385985b4 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 12 Dec 2024 16:47:03 -0500 Subject: [PATCH] header styling --- src/app.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/app.css b/src/app.css index a31e444..a03145c 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,22 @@ @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; + +h1, +h2, +h3, +h4 { + @apply text-slate-700; +} + +h1 { + @apply font-display text-4xl; +} + +h2 { + @apply font-display text-3xl; +} + +h3 { + @apply font-display text-2xl; +} \ No newline at end of file