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:
retoor 2024-11-26 06:32:52 +00:00
parent e691bf5a18
commit f6e41aa002

View File

@ -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;