Remove body-gradient (lighter than Dots bg)

This commit is contained in:
2024-12-28 16:34:52 -06:00
parent 34c306f493
commit 08ec8288d1
2 changed files with 1 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ const AppWrapper: FunctionComponent<WrapperProps> = ({
return ( return (
<main <main
className={classNames( className={classNames(
"body-gradient min-h-screen text-zinc-50", "min-h-screen text-zinc-50",
className, className,
)} )}
> >

View File

@@ -7,15 +7,6 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
.body-gradient {
background-image: linear-gradient(
to top left,
black,
rgb(161 161 170 / 0.1),
black
);
}
@mixin active { @mixin active {
.elements { .elements {
@apply grid opacity-100; @apply grid opacity-100;