Make Medium Readable Again https://makemediumreadable.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
341 B

  1. /**
  2. * medium.css
  3. * Contains default styles to inject into Medium publications.
  4. */
  5. .postMeterBar,
  6. .openInAppButton,
  7. .js-stickyFooter,
  8. .js-upgradeMembershipAction,
  9. .butterBar--privacy {
  10. display: none;
  11. }
  12. /* Makes the page scrollable after hiding "Pardon the interruption" popup */
  13. html.u-overflowHidden {
  14. overflow-y: scroll !important;
  15. }