We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d41905 commit 6a6cb98Copy full SHA for 6a6cb98
1 file changed
assets/js/theme.js
@@ -256,7 +256,8 @@ let transTheme = () => {
256
let determineThemeSetting = () => {
257
let themeSetting = localStorage.getItem("theme");
258
if (themeSetting != "dark" && themeSetting != "light" && themeSetting != "system") {
259
- themeSetting = "system";
+ // themeSetting = "system";
260
+ themeSetting = "dark";
261
}
262
return themeSetting;
263
};
0 commit comments