Commit d5e8fcb312db77e5f86815eec404294a4b3cf900
1 parent
57001c23
Exists in
spb-stable
and in
3 other branches
Fix no-highlight code blocks for dark themes
Showing
4 changed files
with
12 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/generic/typography.scss
@@ -90,9 +90,6 @@ a:focus { | @@ -90,9 +90,6 @@ a:focus { | ||
90 | 90 | ||
91 | font-size: 14px; | 91 | font-size: 14px; |
92 | line-height: 1.6; | 92 | line-height: 1.6; |
93 | - .white .highlight pre { | ||
94 | - background: #f5f5f5; | ||
95 | - } | ||
96 | ul { | 93 | ul { |
97 | padding: 0; | 94 | padding: 0; |
98 | margin: 0 0 9px 25px !important; | 95 | margin: 0 0 9px 25px !important; |
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/monokai.scss
app/assets/stylesheets/highlight/solarized_dark.scss