Skip to content

Commit e27d630

Browse files
committed
Set black background when dark mode
1 parent 936d019 commit e27d630

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
@@ -20,7 +20,7 @@
2020
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2121
<title>Podwalk</title>
2222
</head>
23-
<body class="dark dark:text-white text-black">
23+
<body class="dark dark:text-white dark:bg-black text-black bg-white">
2424
<div id="root"></div>
2525
<script type="module" src="/src/index.jsx"></script>
2626
</body>

0 commit comments

Comments
 (0)