From c944e22dd70c876105e9e5108afbe1fce5ba9fb5 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:01:44 -0500 Subject: [PATCH] fix bg --- doordesk/style/tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doordesk/style/tailwind.css b/doordesk/style/tailwind.css index dd6bdf2..fee146e 100644 --- a/doordesk/style/tailwind.css +++ b/doordesk/style/tailwind.css @@ -3,7 +3,7 @@ @tailwind utilities; body { - @apply bg-gradient-to-br from-zinc-900 to-zinc-950; + @apply bg-gradient-to-br from-zinc-900 to-zinc-950 bg-fixed; @apply w-screen h-screen; @apply text-orange-50 antialiased font-mono tracking-tighter; }