Browser extension that demonstrates the Web Annotation Discovery mechanism: subscribe to people’s annotation collections/‘feeds’, to see their notes on the web; and create & publish annotations yourself.

web-annotation-discovery-we.../src/ page-style.scss
13 lines
117 B

  1. html {
  2. background-color: #f8ffff;
  3. }
  4. body {
  5. font-family: sans-serif;
  6. font-size: 17px;
  7. }
  8. a {
  9. color: unset;
  10. }