fix css selector for code blocks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-03-26 15:40:00 +01:00
parent fe83863ed5
commit 299c39c594
1 changed files with 2 additions and 2 deletions

View File

@ -648,7 +648,7 @@ all and (max-width:710px) {
color: #0a539a;
text-decoration: underline
}
.post-content p > code {
.post-content *:not(.chroma)>code{
background-color: #f3f3f3;
font-family: DroidSans_Mono;
font-size: .9em;
@ -670,4 +670,4 @@ all and (max-width:710px) {
.post-content h5,
.post-content h6 {
font-weight: 400
}
}