retro
All checks were successful
Build Org Website / build (push) Successful in 42s

This commit is contained in:
2026-05-07 00:12:39 +01:00
parent fa992de25a
commit 11fbf2f331
4 changed files with 292 additions and 0 deletions

View File

@@ -250,6 +250,12 @@ FMT / ARGS are passed to `format'."
<button id=\"search-btn\" aria-label=\"Search\">🔍</button>
</nav>
<button class=\"theme-toggle\" id=\"theme-toggle\" type=\"button\" aria-label=\"Toggle dark mode\">🌗 Theme</button>
<button class=\"db-mode-toggle\" id=\"db-mode-toggle\" type=\"button\" aria-pressed=\"false\">
<span class=\"db-mode-toggle__track\" aria-hidden=\"true\">
<span class=\"db-mode-toggle__knob\"></span>
</span>
<span class=\"db-mode-toggle__text\" id=\"db-mode-label\">Retro mode</span>
</button>
</div>
<div id=\"updated\">Updated: %C</div>
")