drone build Wed Sep 9 14:03:37 PDT 2026
This commit is contained in:
@@ -1616,13 +1616,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>
|
||||
@@ -1886,7 +1886,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>
|
||||
@@ -1900,6 +1900,6 @@ switch (currentThemeValue) {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/siblinghood-of-the-traveling-greeting-card/` was built on 2026-09-09T20:38:02.935Z -->
|
||||
<!-- This page `/siblinghood-of-the-traveling-greeting-card/` was built on 2026-09-09T21:03:20.347Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user