diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-27 17:39:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-27 17:39:29 +0800 |
commit | d2e8d4ba513b30ed0963adaa819eac4b88b087e9 (patch) | |
tree | deb8627bc0af1389e7c5670666ce46963c1c3585 | |
parent | d7e214feb6d4c12080c792c7f932cd24525fc4d7 (diff) |
style: stylelint
-rw-r--r-- | src/css/dumbymap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 1a66a74..d641785 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -281,10 +281,11 @@ pre:has(.mapclay) { | |||
281 | 281 | ||
282 | background: white; | 282 | background: white; |
283 | 283 | ||
284 | color: black; | ||
285 | |||
284 | transform: translate(-50%, -50%); | 286 | transform: translate(-50%, -50%); |
285 | overflow-y: scroll; | 287 | overflow-y: scroll; |
286 | white-space: pre; | 288 | white-space: pre; |
287 | color: black; | ||
288 | 289 | ||
289 | h3 { | 290 | h3 { |
290 | margin-top: 1em; | 291 | margin-top: 1em; |