From 10626a26a5ac640ec704fbff041d78a391947847 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 8 Feb 2025 19:10:43 -0600 Subject: [PATCH] Reorder @layer base --- tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.css b/tailwind.css index 4fc292cb..54cace53 100644 --- a/tailwind.css +++ b/tailwind.css @@ -182,9 +182,9 @@ /* Core */ body { @apply + font-mono text-sm md:text-base text-main bg-main - font-mono text-sm md:text-base } /* Forms */ label {