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/overview/ Overview.module.scss
11 lines
105 B

  1. @import '../page-style.scss';
  2. body {
  3. margin: 2em;
  4. }
  5. .overview {
  6. margin: auto;
  7. max-width: 40em;
  8. }