mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Add theme support, light theme, and edgeless light
This commit is contained in:
parent
4e1f2b3607
commit
0d23d66700
45 changed files with 433 additions and 212 deletions
|
|
@ -36,6 +36,16 @@ block content
|
|||
form(method="post" action="/settings")
|
||||
+fieldset("Settings")
|
||||
|
||||
+select({
|
||||
id: "theme",
|
||||
label: "Theme",
|
||||
options: [
|
||||
{value: "0", text: "Standard dark"},
|
||||
{value: "1", text: "Standard light"},
|
||||
{value: "2", text: "Edgeless light"}
|
||||
]
|
||||
})
|
||||
|
||||
+input({
|
||||
id: "instance",
|
||||
label: "Instance",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue