Browse Source

Remove weird gradient thingie

pull/525/head
Jip Fr 2 years ago
parent
commit
1bcddb80aa
  1. 2
      src/pages/layouts/SubPageLayout.tsx

2
src/pages/layouts/SubPageLayout.tsx

@ -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)",

Loading…
Cancel
Save