Merge pull request #2211 from jojosch/fix-dark-code-preview
fix dark code preview background when displaying long lines
This commit is contained in:
commit
9bc315bb25
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…
Reference in a new issue