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
|
@ -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