From 08ec8288d15d93a958dac6aaed7198b2ff086172 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 28 Dec 2024 16:34:52 -0600 Subject: [PATCH] Remove body-gradient (lighter than Dots bg) --- src/components/AppWrapper.tsx | 2 +- src/styles/globals.scss | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/components/AppWrapper.tsx b/src/components/AppWrapper.tsx index 3706dbd..8dd70ad 100644 --- a/src/components/AppWrapper.tsx +++ b/src/components/AppWrapper.tsx @@ -32,7 +32,7 @@ const AppWrapper: FunctionComponent = ({ return (
diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 95abf4e..d1a241d 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -7,15 +7,6 @@ @tailwind components; @tailwind utilities; -.body-gradient { - background-image: linear-gradient( - to top left, - black, - rgb(161 161 170 / 0.1), - black - ); -} - @mixin active { .elements { @apply grid opacity-100;