summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--browser/css/leaflet.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/browser/css/leaflet.css b/browser/css/leaflet.css
index 3cb72582f5..081fe86133 100644
--- a/browser/css/leaflet.css
+++ b/browser/css/leaflet.css
@@ -681,7 +681,7 @@ div.leaflet-cursor-container:hover > .leaflet-cursor-header {
@keyframes blink {
from, to {
- background: var(--color-background-darker);
+ background: #000;
}
50% {
background: transparent;
@@ -690,7 +690,7 @@ div.leaflet-cursor-container:hover > .leaflet-cursor-header {
@-moz-keyframes blink {
from, to {
- background: var(--color-background-darker);
+ background: #000;
}
50% {
background: transparent;
@@ -699,7 +699,7 @@ div.leaflet-cursor-container:hover > .leaflet-cursor-header {
@-webkit-keyframes blink {
from, to {
- background: var(--color-background-darker);
+ background: #000;
}
50% {
background: transparent;
@@ -708,7 +708,7 @@ div.leaflet-cursor-container:hover > .leaflet-cursor-header {
@-ms-keyframes blink {
from, to {
- background: var(--color-background-darker);
+ background: #000;
}
50% {
background: transparent;
@@ -717,7 +717,7 @@ div.leaflet-cursor-container:hover > .leaflet-cursor-header {
@-o-keyframes blink {
from, to {
- background: var(--color-background-darker);
+ background: #000;
}
50% {
background: transparent;