diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/scss/_App.scss --- /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; +}