feat: replace background image with new gradient color scheme
Updated the background styling in the main layout component by swapping the previous static image URL with a CSS linear-gradient using brand colors. This change improves page load performance and aligns the visual theme with the updated design system.
This commit is contained in:
parent
3ee5ede073
commit
da7603dd5e
@ -36,7 +36,7 @@ UPLOAD_PAGE = """
|
||||
<style>
|
||||
body {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
background-color: #f4f4f9;
|
||||
background-color: #111111;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user