Commit 533693ab41cdabb15078aa038082c2c8ccf7d5b3

Authored by Dmitriy Zaporozhets
1 parent 24cc0faf

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 1 .black .highlight {
2   - background-color: #333;
3 2 pre {
  3 + background-color: #333;
4 4 color: #eee;
5   - background: inherit;
6 5 }
7 6  
8 7 .hll { display: block; background-color: darken($hover, 65%) }
... ...