STYLE: Background Color Now Suits Every Theme

This commit is contained in:
EvanLin3141
2025-03-04 16:42:57 +00:00
parent 59b290ebd9
commit 1d4d1a09f0
2 changed files with 23 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<title>Gander</title>
</head>
<body>
<div id="root" class="h-screen min-w-[850px] bg-gradient-to-tr from-[#2043ba] via-[#0026a6] to-[#63007a] overflow-x-hidden"></div>
<div id="root" class="h-screen min-w-[850px] bg-[var(--background)] overflow-x-hidden"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>