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 a8a41d4 commit d93edabCopy full SHA for d93edab
public/index.html
@@ -29,7 +29,7 @@
29
} else {
30
const hour = new Date().getHours();
31
32
- if (hour > 5 && hour < 20) {
+ if (hour > 5 && hour < 18) {
33
document.body.className = bodyTheme["Light"]
34
35
document.body.className = bodyTheme["Dark"]
src/helpers/index.js
@@ -11,7 +11,7 @@ export function getTheme(theme) {
11
export function getDefaultTheme() {
12
13
14
15
return LIGHT;
16
}
17
return DARK;
0 commit comments