mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 10:55:08 +01:00
Remove weird gradient thingie
This commit is contained in:
parent
87b6399d5d
commit
1bcddb80aa
@ -26,7 +26,7 @@ export function BlurEllipsis(props: { positionClass?: string }) {
|
||||
export function SubPageLayout(props: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div
|
||||
className="from-[#0D0D1A] to-background-main"
|
||||
className="bg-background-main"
|
||||
style={{
|
||||
backgroundImage:
|
||||
"linear-gradient(to bottom, var(--tw-gradient-from), var(--tw-gradient-to) 800px)",
|
||||
|
Loading…
Reference in New Issue
Block a user