diff options
| author | 2025-08-18 12:32:54 +0700 | |
|---|---|---|
| committer | 2025-08-18 12:32:54 +0700 | |
| commit | 49a64e91e76b5970007c0be22b74942fee11df8a (patch) | |
| tree | adc19cfd89b6a6656d41e7547aa50680779b06ea /static/input.css | |
| parent | 7c7d637af91f99a39640e6be69a677cdac0efbb5 (diff) | |
| download | web-49a64e91e76b5970007c0be22b74942fee11df8a.tar.gz web-49a64e91e76b5970007c0be22b74942fee11df8a.zip | |
feat: add map page
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/static/input.css b/static/input.css index 00ac12f..0d6e786 100644 --- a/static/input.css +++ b/static/input.css @@ -1,17 +1,6 @@ @import "tailwindcss"; @theme { - --color-olive-dark: #4b513a; - --color-olive-medium: #8a9d8a; - --color-olive-light: #a5b8a5; - --color-cream-dark: #ffffdd; - --color-cream-light: #fffff0; - --color-lettuce-dark: #384a0c; - --color-lettuce-medium: #9bb665; - --color-lettuce-light: #bbd095; - --color-sunny-dark: #f5eee2; - --color-sunny-light: #fff93f; - --font-spectral: Spectral, serif; --font-patua: "Patua One", cursive; } @@ -109,16 +98,16 @@ a:hover { color: var(--main-light-color) !important; } -#location-map { +#map-container { color: var(--leaflet-text-color) !important; } -#location-map a { +#map-container a { color: var(--leaflet-link-color) !important; text-decoration: underline; } -#location-map a:hover { +#map-container a:hover { color: var(--leaflet-link-hover-color) !important; text-decoration: underline; } |