Skip to content

Instantly share code, notes, and snippets.

@manuhabitela
Last active December 31, 2015 12:19
Show Gist options
  • Save manuhabitela/7985173 to your computer and use it in GitHub Desktop.
Save manuhabitela/7985173 to your computer and use it in GitHub Desktop.
Open Web Platform Daily Digest custom stylesheet: focus on content. Easily usable with Stylebot and others.
article {
border: none;
margin: 0 auto;
padding: 0;
}
.banner, .quotes, h1, .patron-count {
display: none;
}
.menu-bar, .markdown-data > p {
margin: 10px 0;
padding: 0;
border: 0;
}
.menu-bar {
text-align: left;
}
.menu-bar:before {
content: 'Open Web Platform Daily Digest';
}
.list-label {
position: relative;
top: auto;
left: auto;
right: auto;
font-size: inherit;
border-top: none;
}
html, .markdown-data > p {
font-size: 13px;
}
.markdown-data {
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment