From 84a5099dd615509f7567d3d225cff4d135175d7f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 26 May 2023 15:19:14 +0200 Subject: [PATCH] asd --- resources/css/app.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 3bb1bc789..4f964096c 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -2,13 +2,14 @@ @tailwind components; @tailwind utilities; -html { - @apply min-h-screen h-full bg-coolgray-100; -} .scrollbar { @apply scrollbar-thumb-coollabs-100 scrollbar-track-coolgray-200 scrollbar-w-1; } +html { + @apply min-h-screen h-full bg-coolgray-100; +} + body { @apply scrollbar min-h-screen bg-coolgray-100 text-neutral-400 antialiased ; }