This commit is contained in:
Andras Bacsai 2023-05-26 15:19:14 +02:00
parent 820ae61c20
commit 84a5099dd6

View File

@ -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 ;
}