Compare commits

...

1 Commits

Author SHA1 Message Date
98be4851e7 Change background to plain secondary color 2024-02-16 17:53:06 -08:00

View File

@@ -261,12 +261,7 @@ html {
left: 0;
height: 100vh;
width: 100vw;
background: linear-gradient(
90deg,
var(--tertiary-hover) 0%,
var(--tertiary) 100%
);
clip-path: ellipse(148% 70% at 91% -14%);
background: var(--secondary)
}
}