Skip to content

Instantly share code, notes, and snippets.

@haldun
Created March 1, 2016 09:52
Show Gist options
  • Save haldun/587202c5ebcf6bcdb253 to your computer and use it in GitHub Desktop.
Save haldun/587202c5ebcf6bcdb253 to your computer and use it in GitHub Desktop.
* {
font-family: -apple-system, Helvetica, Arial, sans-serif !important;
}
body {
background-color:#ffffff !important;
font-size: 13px;
}
#aside {
display:none !important;
}
#content-body {
width: 100% !important;
}
div.content {
font-size: 0.9em !important;
}
#entry-list .content {
max-height: none !important;
overflow: visible !important;
}
#entry-list > li div.content {
background-color: #F5F5F8;
padding: 10px !important;
}
span.read-more-link-wrapper {
display: none !important;
}
div#video {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment