Created
September 5, 2018 18:45
-
-
Save steveberryman/e0a620cc118cf0e9f53f723fd853f414 to your computer and use it in GitHub Desktop.
make modern rogue articles look really boring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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