feat: replace static background image with brand-color css linear gradient in layout
Updated the main layout component's background styling by swapping the previous static image URL for 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
e691bf5a18
commit
f6e41aa002
@ -36,7 +36,7 @@ UPLOAD_PAGE = """
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
background-color: #f4f4f9;
|
background-color: #111111;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user