mirror of
https://github.com/thebaer/MMRA
synced 2024-11-13 10:11:01 +00:00
11 lines
184 B
CSS
11 lines
184 B
CSS
/**
|
|
* medium.css
|
|
* Contains default styles to inject into Medium publications.
|
|
*/
|
|
.postMeterBar,
|
|
.openInAppButton,
|
|
.js-stickyFooter,
|
|
.js-upgradeMembershipAction {
|
|
display: none;
|
|
}
|