]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/map.scss
tech attribution & requirements
[alttp.git] / resources / sass / map.scss
index 95d645ad178a01868d4d85d04fa156a128825be5..38376a1b4429b47363036a5a802e08dfde1a8e7d 100644 (file)
@@ -2,7 +2,7 @@
        path {
                fill: red;
                stroke: black;
-               stroke-width: 2px;
+               stroke-width: 1px;
                vector-effect: non-scaling-stroke;
        }
 }
                display: none;
        }
 }
+
+.pin-list {
+       margin: 1em 0;
+       padding: 0;
+       list-style: none;
+
+       li {
+               margin: 1ex 0;
+               padding: 1ex;
+               border-top: thin solid silver;
+       }
+
+       h2 > a, h3 > a {
+               text-decoration: none;
+       }
+}