Commit b1aaf0d2ac68a6d2e0ec50de13ac30c520c7a3ab
1 parent
76d6bc4f
Exists in
master
and in
4 other branches
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,7 +13,7 @@ $monokai-purple: #ae81ff; | ||
13 | color: $monokai-fg; | 13 | color: $monokai-fg; |
14 | } | 14 | } |
15 | 15 | ||
16 | - .hll { background-color: #ffffcc } | 16 | + .hll { background-color: darken($hover, 65%) } |
17 | .c { color: $monokai-comment } /* Comment */ | 17 | .c { color: $monokai-comment } /* Comment */ |
18 | .err { color: $monokai-fg } /* Error */ | 18 | .err { color: $monokai-fg } /* Error */ |
19 | .g { color: $monokai-fg } /* Generic */ | 19 | .g { color: $monokai-fg } /* Generic */ |