drone build Wed Sep 9 14:03:37 PDT 2026
This commit is contained in:
+5
-5
@@ -1203,13 +1203,13 @@ var currentThemeValue = localStorage.getItem(THEME);
|
||||
switch (currentThemeValue) {
|
||||
case "light":
|
||||
themeLight.checked = true;
|
||||
break;
|
||||
case "auto":
|
||||
themeAuto.checked = true;
|
||||
themeAuto.checked = false;
|
||||
break;
|
||||
case "dark":
|
||||
themeDark.checked = true;
|
||||
themeAuto.checked = false;
|
||||
break;
|
||||
case "auto":
|
||||
default:
|
||||
themeAuto.checked = true;
|
||||
}</script>
|
||||
@@ -1410,7 +1410,7 @@ This is supposed to be a new paragraph, but it isn't.</p>
|
||||
light
|
||||
</label>
|
||||
|
||||
<input type="radio" id="theme-auto" name="theme" value="auto">
|
||||
<input type="radio" id="theme-auto" name="theme" value="auto" checked="">
|
||||
<label class="theme-auto" for="theme-auto">
|
||||
auto
|
||||
</label>
|
||||
@@ -1424,6 +1424,6 @@ This is supposed to be a new paragraph, but it isn't.</p>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/style/` was built on 2026-09-09T20:38:02.947Z -->
|
||||
<!-- This page `/style/` was built on 2026-09-09T21:03:20.365Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user