fix dark code preview background when displaying long lines
This commit is contained in:
parent
0f7d3f591c
commit
d3b3810928
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
pre {
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.hll { display: block; background-color: darken($hover, 65%) }
|
||||
|
|
Loading…
Reference in a new issue