We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a85e8d commit c30b722Copy full SHA for c30b722
2 files changed
index.html
@@ -13,7 +13,7 @@
13
/>
14
</head>
15
<body>
16
- <div id="root"></div>
+ <div id="root" class="bg-primary"></div>
17
<script type="module" src="/src/main.tsx"></script>
18
</body>
19
</html>
src/index.css
@@ -2,10 +2,6 @@
2
@tailwind components;
3
@tailwind utilities;
4
5
-#root {
6
- background-color: #240e1f;
7
-}
8
-
9
#hero {
10
background-color: rgb(36, 14, 31);
11
background-image: radial-gradient(
0 commit comments