Styling improvements

This commit is contained in:
metacryst
2026-02-27 02:05:39 -06:00
parent b908354c04
commit 21f654bbed
6 changed files with 50 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ class Home extends Shadow {
option("Light").attr({value: "light"})
option("Dark").attr({value: "dark"})
option("Red").attr({value: "red"})
option("Parchment").attr({value: "parchment"})
$(`option[value=${selected}]`).selected = "true"
})