fix css selector for code blocks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fe83863ed5
commit
299c39c594
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user