aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-16 18:57:01 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-16 18:57:18 +0800
commitfa4dfcbfa6361417e325f90d59e86ae8d4765807 (patch)
treeddb17d571e68143f4961f49c85610020722b1bce /src/css
parentd805347e492d571b5ac5f4d310b6e39466ca87a9 (diff)
feat(CSS): do not make GeoLink bolder while hovering
Diffstat (limited to 'src/css')
-rw-r--r--src/css/dumbymap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index fdf3bdd..c0bb1a9 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -161,7 +161,7 @@ root {
161 &:hover, &.drag { 161 &:hover, &.drag {
162 background-image: none; 162 background-image: none;
163 163
164 font-weight: bolder; 164 /* font-weight: bolder; */
165 text-decoration: none; 165 text-decoration: none;
166 } 166 }
167} 167}