diff --git a/client/index.html b/client/index.html
index 5ed6f886..d7858e6d 100644
--- a/client/index.html
+++ b/client/index.html
@@ -57,7 +57,8 @@
{{#if show_strokes}}
{{#each strokes}}
-
+
{{/each}}
{{else}}
{{#each bridges}}
diff --git a/client/style.css b/client/style.css
index d71a9d65..0d482399 100644
--- a/client/style.css
+++ b/client/style.css
@@ -54,6 +54,12 @@
margin: 0 auto;
}
+#glyph svg g path.stroke:hover {
+ cursor: pointer;
+ stroke: red;
+ stroke-width: 8;
+}
+
#glyph svg g circle:hover, #glyph svg g line:hover {
cursor: pointer;
fill: blue;