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