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 21018bc commit 7020e05Copy full SHA for 7020e05
public/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<script>
5
(function () {
6
- const savedTheme = localStorage.getItem('theme') || 'light';
+ const savedTheme = localStorage.getItem('theme') || 'system';
7
if (
8
savedTheme.includes('dark') ||
9
(savedTheme === 'system' &&
0 commit comments