aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/css/dumbymap.css4
-rw-r--r--src/css/style.css6
2 files changed, 6 insertions, 4 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index cef4d89..a7729f0 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -325,10 +325,6 @@
325 font-size: 0.8rem; 325 font-size: 0.8rem;
326 pointer-events: auto; 326 pointer-events: auto;
327 327
328 p:first-child {
329 margin-top: 0;
330 }
331
332 &:has(.dumby-block.focus) { 328 &:has(.dumby-block.focus) {
333 outline: solid #505050 1px; 329 outline: solid #505050 1px;
334 border-color: #505050 330 border-color: #505050
diff --git a/src/css/style.css b/src/css/style.css
index 34697dc..122e027 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -49,6 +49,12 @@ h3 {
49p { 49p {
50 margin-top: 1em; 50 margin-top: 1em;
51 margin-bottom: 1em; 51 margin-bottom: 1em;
52 &:first-child {
53 margin-top: 0;
54 }
55 &:last-child {
56 margin-bottom: 0;
57 }
52} 58}
53 59
54a { 60a {