Styling improvements
This commit is contained in:
@@ -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"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user