Commit 533693ab41cdabb15078aa038082c2c8ccf7d5b3
1 parent
24cc0faf
Exists in
master
and in
4 other branches
Fix dark color bg for wiki
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/highlight/dark.scss
1 | .black .highlight { | 1 | .black .highlight { |
2 | - background-color: #333; | ||
3 | pre { | 2 | pre { |
3 | + background-color: #333; | ||
4 | color: #eee; | 4 | color: #eee; |
5 | - background: inherit; | ||
6 | } | 5 | } |
7 | 6 | ||
8 | .hll { display: block; background-color: darken($hover, 65%) } | 7 | .hll { display: block; background-color: darken($hover, 65%) } |