summaryrefslogtreecommitdiffci
path: root/static/input.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/static/input.css b/static/input.css
index 0d6e786..00ac12f 100644
--- a/static/input.css
+++ b/static/input.css
@@ -1,6 +1,17 @@
@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;
}
@@ -98,16 +109,16 @@ a:hover {
color: var(--main-light-color) !important;
}
-#map-container {
+#location-map {
color: var(--leaflet-text-color) !important;
}
-#map-container a {
+#location-map a {
color: var(--leaflet-link-color) !important;
text-decoration: underline;
}
-#map-container a:hover {
+#location-map a:hover {
color: var(--leaflet-link-hover-color) !important;
text-decoration: underline;
}