Commit 9bc315bb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #2211 from jojosch/fix-dark-code-preview

fix dark code preview background when displaying long lines
parents b772c2c3 d3b38109
......@@ -2,6 +2,7 @@
pre {
background-color: #333;
color: #eee;
float: left;
}
.hll { display: block; background-color: darken($hover, 65%) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment