markdown: Add rendered_content selector to night-mode syntax highlight.

This adds a parent selector, `rendered_content`, to night mode syntax
lighlight selector. This helps us in getting the "day mode" syntax
highlight styles in night mode.
This commit is contained in:
Vaibhav
2019-03-22 21:52:30 +05:30
committed by Tim Abbott
parent 5c36918c17
commit 7f27c09704

View File

@@ -213,7 +213,7 @@
/* Syntx Highlighting for night-mode */
body.night-mode {
body.night-mode .rendered_markdown {
.codehilite code,
.codehilite pre {