Webui: Add color scheme switcher

Closes #21600
This commit is contained in:
sledgehammer999
2024-10-15 01:33:25 +03:00
parent 7b0b3a1522
commit 3aefc16c57
4 changed files with 53 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="${LANG}">
<!-- Add the 'dark' class to prevent bright flash on page load -->
<html lang="${LANG}" class="dark">
<head>
<meta charset="UTF-8">