Commit b1aaf0d2ac68a6d2e0ec50de13ac30c520c7a3ab

Authored by Dmitriy Zaporozhets
1 parent 76d6bc4f

Fix monokai highlight line css

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/highlight/monokai.scss
... ... @@ -13,7 +13,7 @@ $monokai-purple: #ae81ff;
13 13 color: $monokai-fg;
14 14 }
15 15  
16   - .hll { background-color: #ffffcc }
  16 + .hll { background-color: darken($hover, 65%) }
17 17 .c { color: $monokai-comment } /* Comment */
18 18 .err { color: $monokai-fg } /* Error */
19 19 .g { color: $monokai-fg } /* Generic */
... ...