Remove weird gradient thingie

This commit is contained in:
Jip Fr 2023-12-13 21:41:55 +01:00
parent 87b6399d5d
commit 1bcddb80aa

View File

@ -26,7 +26,7 @@ export function BlurEllipsis(props: { positionClass?: string }) {
export function SubPageLayout(props: { children: React.ReactNode }) { export function SubPageLayout(props: { children: React.ReactNode }) {
return ( return (
<div <div
className="from-[#0D0D1A] to-background-main" className="bg-background-main"
style={{ style={{
backgroundImage: backgroundImage:
"linear-gradient(to bottom, var(--tw-gradient-from), var(--tw-gradient-to) 800px)", "linear-gradient(to bottom, var(--tw-gradient-from), var(--tw-gradient-to) 800px)",