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