fix: Update remaining section backgrounds to darker blue
This commit is contained in:
@@ -680,7 +680,7 @@ def about_section() -> rx.Component:
|
||||
margin="0 auto",
|
||||
padding="140px 8%",
|
||||
),
|
||||
background="linear-gradient(180deg, rgba(15, 15, 35, 0.95) 0%, rgba(5, 5, 16, 1) 100%)",
|
||||
background="linear-gradient(180deg, rgba(10, 18, 35, 0.98) 0%, rgba(5, 10, 20, 1) 100%)",
|
||||
width="100%",
|
||||
)
|
||||
|
||||
@@ -855,7 +855,7 @@ def pricing_section() -> rx.Component:
|
||||
margin="0 auto",
|
||||
padding="160px 8%",
|
||||
),
|
||||
background="linear-gradient(180deg, rgba(15, 15, 35, 0.95) 0%, rgba(5, 5, 16, 1) 100%)",
|
||||
background="linear-gradient(180deg, rgba(10, 18, 35, 0.98) 0%, rgba(5, 10, 20, 1) 100%)",
|
||||
width="100%",
|
||||
id="pricing",
|
||||
)
|
||||
@@ -1026,7 +1026,7 @@ def testimonials_section() -> rx.Component:
|
||||
margin="0 auto",
|
||||
padding="160px 8%",
|
||||
),
|
||||
background="linear-gradient(180deg, rgba(15, 15, 35, 0.95) 0%, rgba(5, 5, 16, 1) 100%)",
|
||||
background="linear-gradient(180deg, rgba(10, 18, 35, 0.98) 0%, rgba(5, 10, 20, 1) 100%)",
|
||||
width="100%",
|
||||
id="testimonials",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user