summaryrefslogtreecommitdiffci
path: root/views/pages/global-map.html
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/pages/global-map.html
parent1e2763ae476e99caa7ba4be22aa06dfa2f7c8bb8 (diff)
downloadweb-236e4a11bd4be4896f80f78216b9ede699e40a34.tar.gz
web-236e4a11bd4be4896f80f78216b9ede699e40a34.zip
feat: make lilac theme default
Diffstat (limited to 'views/pages/global-map.html')
-rw-r--r--views/pages/global-map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html
index b9d2472..d0433e9 100644
--- a/views/pages/global-map.html
+++ b/views/pages/global-map.html
@@ -30,7 +30,7 @@
document.body.setAttribute('data-theme', theme);
}
- const savedTheme = localStorage.getItem('theme') || 'ram';
+ const savedTheme = localStorage.getItem('theme') || 'lilac';
switchTheme(savedTheme);
</script>