fix css selector for code blocks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-03-26 15:40:00 +01:00
parent fe83863ed5
commit 299c39c594

View File

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