Commit e89fddc3b187c56ffc4df3842ec3146c45ec5a97
Exists in
master
and in
4 other branches
Merge pull request #3942 from bke-drewb/issue3941
Issue 3941: Code preview dark doesn't display correctly with long lines
Showing
4 changed files
with
12 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/monokai.scss
@@ -8,6 +8,9 @@ $monokai-dark: #3b3a32; | @@ -8,6 +8,9 @@ $monokai-dark: #3b3a32; | ||
8 | $monokai-purple: #ae81ff; | 8 | $monokai-purple: #ae81ff; |
9 | 9 | ||
10 | .monokai .highlight { | 10 | .monokai .highlight { |
11 | + | ||
12 | + background-color: #272822; | ||
13 | + | ||
11 | pre { | 14 | pre { |
12 | background-color: #272822; | 15 | background-color: #272822; |
13 | color: $monokai-fg; | 16 | color: $monokai-fg; |
app/assets/stylesheets/highlight/solarized_dark.scss