STYLE: Background Color Now Suits Every Theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user