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

This commit is contained in:
Robert Kaussow 2019-03-26 15:49:40 +01:00
parent ce06c9217f
commit e73cfc3b9b
3 changed files with 3 additions and 3 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;

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;

File diff suppressed because one or more lines are too long