Skip to content

Commit 5088851

Browse files
committed
fix: css
1 parent 58bec77 commit 5088851

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
<body>
3434
<div id="root"></div>
35-
<script src="/build/bundle.js"></script>
3635
</body>
3736

3837
</html>

src/global.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
#root {
2-
margin: 0;
3-
padding: 0;
4-
box-sizing: border-box;
5-
color: red;
2+
background-color: white;
63
}

0 commit comments

Comments
 (0)