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:45:12 +01:00
parent 1091bba445
commit 58d60c5c61
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
text-decoration: underline;
}
.post-content p > code {
.post-content *:not(.chroma)>code {
background-color: rgb(243, 243, 243);
font-family: DroidSans_Mono;
font-size: 0.9em;