client/src/scss/_App.scss
changeset 191 3f71ad81a5a9
parent 167 1f340f3597a8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/scss/_App.scss	Tue Dec 04 18:17:56 2018 +0100
@@ -0,0 +1,9 @@
+span.annotation {
+    background-color: yellow;
+    text-decoration-line: underline;
+    text-decoration-style: dotted;
+}
+
+a {
+    cursor: pointer;
+}