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.

Overview.module.scss 105 B

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