summaryrefslogtreecommitdiffci
path: root/views/layouts
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-10-21 09:28:43 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-10-21 09:28:43 +0700
commit236e4a11bd4be4896f80f78216b9ede699e40a34 (patch)
treefe78223980381b319d23c1d9aa8fab84eed0a30b /views/layouts
parent1e2763ae476e99caa7ba4be22aa06dfa2f7c8bb8 (diff)
downloadweb-236e4a11bd4be4896f80f78216b9ede699e40a34.tar.gz
web-236e4a11bd4be4896f80f78216b9ede699e40a34.zip
feat: make lilac theme default
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/general-page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html
index 920640e..5760b88 100644
--- a/views/layouts/general-page.html
+++ b/views/layouts/general-page.html
@@ -156,7 +156,7 @@
switchThemeDecor(theme);
}
- const savedTheme = localStorage.getItem('theme') || 'ram';
+ const savedTheme = localStorage.getItem('theme') || 'lilac';
switchTheme(savedTheme);
</script>