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 }