feat(theme-switcher): hide button if JS is disabled

This commit is contained in:
welpo
2023-08-03 00:12:00 +02:00
parent a4e48b48fd
commit 113a7f4e5d
3 changed files with 4 additions and 1 deletions

1
static/no_js.css Normal file
View File

@@ -0,0 +1 @@
.js{display:none}