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/popup/ Popup.module.scss
15 lines
157 B

  1. @import '../page-style.scss';
  2. @import '../common-classes.scss';
  3. body {
  4. margin: 1em;
  5. width: 25em;
  6. }
  7. h1 {
  8. font-size: 18px;
  9. }
  10. h2 {
  11. font-size: 16px;
  12. }