mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
Remove body-gradient (lighter than Dots bg)
This commit is contained in:
@@ -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,
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user