drone build Wed Sep 9 14:03:37 PDT 2026
This commit is contained in:
@@ -972,13 +972,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>
|
||||
@@ -1072,7 +1072,7 @@ switch (currentThemeValue) {
|
||||
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>
|
||||
@@ -1086,6 +1086,6 @@ switch (currentThemeValue) {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/tag/print/` was built on 2026-09-09T20:38:04.130Z -->
|
||||
<!-- This page `/tag/print/` was built on 2026-09-09T21:03:21.395Z -->
|
||||
<body>
|
||||
</body></body></html>
|
||||
|
||||
Reference in New Issue
Block a user