aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-30 00:34:15 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-30 00:34:47 +0800
commitc0b1b2b030782e64ac076fb4c592501a969caa2b (patch)
treee5b36b9c32ced67cbb676e63932860cef38317b3 /src
parent6cea5d7f425b2d43b96658d9c42ec7ba6839d558 (diff)
feat(CSS): make step indicator smaller
Diffstat (limited to 'src')
-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 f04b1fb..3a3e0ce 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -94,7 +94,7 @@ root {
94 background: gray; 94 background: gray;
95 95
96 color: white; 96 color: white;
97 font-size: 1.5rem; 97 font-size: 1.2rem;
98 font-weight: bold; 98 font-weight: bold;
99 line-height: 1.2; 99 line-height: 1.2;
100 100