Skip to content

Instantly share code, notes, and snippets.

@steveberryman
Created September 5, 2018 18:45
Show Gist options
  • Save steveberryman/e0a620cc118cf0e9f53f723fd853f414 to your computer and use it in GitHub Desktop.
Save steveberryman/e0a620cc118cf0e9f53f723fd853f414 to your computer and use it in GitHub Desktop.
make modern rogue articles look really boring
#logoWrapper {
visibility: hidden
}
body:not(.has-banner-image).transparent-header #header,
#header {
background-color: #ffffff
}
.collection-type-blog article header {
text-align: left
}
h1:not(.site-title):not(.logo-image):not(.page-title), .entry-title {
font-weight: normal;
font-family: sans-serif;
}
h1:not(.site-title):not(.page-title):not(.flyoutitem-title), .entry-title {
font-size: 15px;
}
.text-align-center {
text-align: left
}
b, strong {
font-weight: normal
}
img {
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment