Fix colors in code blocks
Closes #407 The font color should be inherited to avoid "invisible" text. * fix conflicts with upstream branch
This commit is contained in:
parent
990f712209
commit
99fad4cbc4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -821,6 +821,10 @@ Usage (In Ghost editor):
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-full-content pre code * {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.post-full-content .fluid-width-video-wrapper {
|
.post-full-content .fluid-width-video-wrapper {
|
||||||
margin: 1.5em 0 3em;
|
margin: 1.5em 0 3em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue