aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-24 10:31:07 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-24 12:17:22 +0800
commitbf436852367fee4eb896dc8425c52ab1e44e14bb (patch)
tree50149473ba7265ec9479e4e2f42a68ba2e4d9ed5 /src
parentf9b38e3fca78aa9d5bece0c5ce967ca89bbd2216 (diff)
patch block
Diffstat (limited to 'src')
-rw-r--r--src/css/dumbymap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 70e9d55..8dfd97d 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -87,6 +87,10 @@
87 87
88 border-left: #f0f0f0 0.5em solid; 88 border-left: #f0f0f0 0.5em solid;
89 margin-bottom: 3rem; 89 margin-bottom: 3rem;
90
91 &.focus {
92 background: lightyellow;
93 }
90} 94}
91 95
92.Dumby { 96.Dumby {