Last active
November 25, 2020 15:43
-
-
Save mepcotterell/82f00dc91936dc3382ba382b6dabb552 to your computer and use it in GitHub Desktop.
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
.rendered_html .text-muted { | |
color: #6c757d!important; | |
} | |
.rendered_html .lead { | |
font-size: 1.25rem; | |
font-weight: 300; | |
} | |
.rendered_html h1 a.anchor-link { | |
display: none; | |
} | |
.rendered_html h1 { | |
display: inline-block; | |
color: blue; | |
margin-right: 1rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment