We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936d019 commit e27d630Copy full SHA for e27d630
index.html
@@ -20,7 +20,7 @@
20
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
21
<title>Podwalk</title>
22
</head>
23
- <body class="dark dark:text-white text-black">
+ <body class="dark dark:text-white dark:bg-black text-black bg-white">
24
<div id="root"></div>
25
<script type="module" src="/src/index.jsx"></script>
26
</body>
0 commit comments