diff options
| author | 2025-10-19 21:45:19 +0700 | |
|---|---|---|
| committer | 2025-10-19 21:45:19 +0700 | |
| commit | 501c05f0c959000228024a3d65d9dd3c84921c6a (patch) | |
| tree | 0703dfe342822f9761d28461506b59a958f9da5b /views/pages/global-map.html | |
| parent | 324c6df1ab878aa0c34f80c58f730e01aca1f4e9 (diff) | |
| download | web-501c05f0c959000228024a3d65d9dd3c84921c6a.tar.gz web-501c05f0c959000228024a3d65d9dd3c84921c6a.zip | |
format: rename main-dark & main-light colors to main-hard & main-soft
Diffstat (limited to 'views/pages/global-map.html')
| -rw-r--r-- | views/pages/global-map.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html index 1801291..4b17d16 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -12,7 +12,7 @@ <link rel="stylesheet" href="https://f003.backblazeb2.com/file/sayana-static/libs/leaflet.markercluster/1.4.1/MarkerCluster.Default.css"> </head> -<body data-theme="ram" class="font-andika text-main-dark overflow-hidden bg-interlocked-hexagons h-[100dvh] flex flex-row ar-lt-0.8:flex-col"> +<body data-theme="ram" class="font-andika text-main-hard overflow-hidden bg-interlocked-hexagons h-[100dvh] flex flex-row ar-lt-0.8:flex-col"> <script> function switchTheme(theme) { @@ -200,7 +200,7 @@ var map; var markers = L.markerClusterGroup(); - function createCustomIcon(color, borderColor = "var(--main-light-color)") { + function createCustomIcon(color, borderColor = "var(--main-soft-color)") { const svgIcon = ` <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M12 1C7.5 1 4 4.5 4 9c0 6.5 8 14 8 14s8-7.5 8-14c0-4.5-3.5-8-8-8zm0 11c-1.5 0-3-1.5-3-3s1.5-3 3-3 3 1.5 3 3-1.5 3-3 3z" |