Skip to content

Commit 19f0aa5

Browse files
committed
fix: default darkmode
1 parent 2afd2a5 commit 19f0aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="stylesheet" href="src/index.css" />
1717
</head>
1818

19-
<body class="">
19+
<body class="dark">
2020
<div id="root"></div>
2121
<script type="module" src="/src/main.tsx"></script>
2222
</body>

0 commit comments

Comments
 (0)