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 {
|
pre {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hll { display: block; background-color: darken($hover, 65%) }
|
.hll { display: block; background-color: darken($hover, 65%) }
|
||||||
|
|
Loading…
Add table
Reference in a new issue