Commit 86673a66b7ff2eebe1d88311425586be5c79c0ca
1 parent
b510f8c4
Exists in
master
and in
4 other branches
Fix fark background highlight
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/assets/fonts/korolev-medium-compressed.otf
No preview for this file type
app/assets/stylesheets/highlight/dark.scss
1 | .black .highlight { | 1 | .black .highlight { |
2 | + background-color: #333; | ||
2 | pre { | 3 | pre { |
3 | - background-color: #333; | ||
4 | color: #eee; | 4 | color: #eee; |
5 | - float: left; | 5 | + background: inherit; |
6 | } | 6 | } |
7 | 7 | ||
8 | .hll { display: block; background-color: darken($hover, 65%) } | 8 | .hll { display: block; background-color: darken($hover, 65%) } |