Apply special formatting for code blocks in headings

This commit is contained in:
Philipp Oppermann
2019-06-17 17:52:33 +02:00
parent 3b86f8de2a
commit 572ff8fff6

View File

@@ -1,3 +1,10 @@
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
padding: 0;
color: #a0565c;
font-size: 95%;
background-color: inherit;
}
.masthead-title { .masthead-title {
font-size: 1.25rem; font-size: 1.25rem;
display: inline; display: inline;