Skip to content

Commit c30b722

Browse files
committed
use tailwind for root background color
1 parent 5a85e8d commit c30b722

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/>
1414
</head>
1515
<body>
16-
<div id="root"></div>
16+
<div id="root" class="bg-primary"></div>
1717
<script type="module" src="/src/main.tsx"></script>
1818
</body>
1919
</html>

src/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
@tailwind components;
33
@tailwind utilities;
44

5-
#root {
6-
background-color: #240e1f;
7-
}
8-
95
#hero {
106
background-color: rgb(36, 14, 31);
117
background-image: radial-gradient(

0 commit comments

Comments
 (0)