diff --git a/src/static/css/tailwind.css b/src/static/css/tailwind.css index bd6213e1dfe6b0a79ce7d8b37d0d2dc70f0250bb..809a173b9f64cf438e4f0aae7cc94c3b629b81a5 100644 --- a/src/static/css/tailwind.css +++ b/src/static/css/tailwind.css @@ -1,3 +1,17 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; +@layer base { + h1 { + @apply text-4xl; + } + h2 { + @apply text-3xl; + } + h3 { + @apply text-xl; + } + h4 { + @apply text-xl; + } +} \ No newline at end of file