summaryrefslogtreecommitdiff
path: root/style.less
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2021-10-20 15:25:02 -0300
committerYaco <franco@reevo.org>2021-10-20 15:25:02 -0300
commit7afb2cf9707a71452b68f04e0fd61efdc3e44b59 (patch)
treedf2037f98f59f6b49dbf3b8e65d444bc00417c86 /style.less
parent7785702fe6fbace55c6aa43362abb63d1bad67b5 (diff)
improves map intro page
Diffstat (limited to 'style.less')
-rw-r--r--style.less23
1 files changed, 20 insertions, 3 deletions
diff --git a/style.less b/style.less
index 881c9b4..078ffd0 100644
--- a/style.less
+++ b/style.less
@@ -71,15 +71,32 @@ div#p-logo {
list-style-position: inside;
}
+section#home-header {
+ background: #007c00;
+ color: white;
+ font-size: 20pt;
+ text-align: center;
+ margin: -1em 0 0em 0;
+ padding: 0em 0px 0em 0;
+ position: relative;
+ font-weight: 200;
+}
+
// **************** Map elements
// We change the color of the marker using filter. The base color must be black. Color generator: https://codepen.io/sosuke/pen/Pjoqqp
-.leaflet-marker-icon img, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
- filter: invert(18%) sepia(67%) saturate(3680%) hue-rotate(93deg) brightness(95%) contrast(103%) drop-shadow(2px 4px 6px lightgrey);
+.page-Index .leaflet-marker-icon img, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
+ // filter: invert(18%) sepia(67%) saturate(3680%) hue-rotate(93deg) brightness(95%) contrast(103%) drop-shadow(2px 4px 6px lightgrey);
+ filter: invert(18%) sepia(67%) saturate(3680%) hue-rotate(93deg) brightness(95%) contrast(103%);
+}
+
+.page-Index .leaflet-tile-pane {
+ z-index: 200;
+ filter: invert(3%) sepia(67%) saturate(3682%) hue-rotate(83deg) brightness(95%) contrast(87%) !important;
}
-.leaflet-marker-icon span {
+.page-Index .leaflet-marker-icon span {
color: white;
}