aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/dumbymap.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 7b4bef7..03fd5d5 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -124,6 +124,11 @@ p a[href^='http']::after,
124 animation: 2.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21); 124 animation: 2.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21);
125 } 125 }
126 } 126 }
127
128 .marker {
129 background-color: transparent;
130 border-color: transparent;
131 }
127} 132}
128 133
129.with-leader-line:not(:has(> *)) { 134.with-leader-line:not(:has(> *)) {