client/src/scss/_App.scss
changeset 191 3f71ad81a5a9
parent 167 1f340f3597a8
equal deleted inserted replaced
190:01ad654237d5 191:3f71ad81a5a9
       
     1 span.annotation {
       
     2     background-color: yellow;
       
     3     text-decoration-line: underline;
       
     4     text-decoration-style: dotted;
       
     5 }
       
     6 
       
     7 a {
       
     8     cursor: pointer;
       
     9 }