mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -213,7 +213,7 @@
|
||||
|
||||
|
||||
/* Syntx Highlighting for night-mode */
|
||||
body.night-mode {
|
||||
body.night-mode .rendered_markdown {
|
||||
|
||||
.codehilite code,
|
||||
.codehilite pre {
|
||||
|
||||
Reference in New Issue
Block a user