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

View File

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