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 (
<main
className={classNames(
"body-gradient min-h-screen text-zinc-50",
"min-h-screen text-zinc-50",
className,
)}
>

View File

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