fix css selector for code blocks in theme
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
ce06c9217f
commit
e73cfc3b9b
@ -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;
|
||||
|
@ -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;
|
||||
|
2
themes/geeklab/static/default.min.css
vendored
2
themes/geeklab/static/default.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user