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:
Joseph Frazer
2017-11-21 17:50:54 +08:00
committed by John O'Nolan
parent 990f712209
commit 99fad4cbc4
3 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4
View File
@@ -821,6 +821,10 @@ Usage (In Ghost editor):
background: transparent;
}
.post-full-content pre code * {
color: inherit;
}
.post-full-content .fluid-width-video-wrapper {
margin: 1.5em 0 3em;
}