aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-27 13:51:37 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-27 13:53:01 +0800
commitc9dccfdc870025aedf448aa1c005c6b902cc6d69 (patch)
tree21b43ec85a1f2457de76a4ec55000b96b119289a
parent6d9cea4f0697ea6fea6d404d956f108283d6d650 (diff)
chore(CSS): text in plain modal
-rw-r--r--src/css/dumbymap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 8ba0887..1a66a74 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -284,6 +284,7 @@ pre:has(.mapclay) {
284 transform: translate(-50%, -50%); 284 transform: translate(-50%, -50%);
285 overflow-y: scroll; 285 overflow-y: scroll;
286 white-space: pre; 286 white-space: pre;
287 color: black;
287 288
288 h3 { 289 h3 {
289 margin-top: 1em; 290 margin-top: 1em;