fix dark code preview background when displaying long lines

This commit is contained in:
Johannes Schleifenbaum 2012-12-07 13:11:51 +01:00
parent 0f7d3f591c
commit d3b3810928

View file

@ -2,6 +2,7 @@
pre {
background-color: #333;
color: #eee;
float: left;
}
.hll { display: block; background-color: darken($hover, 65%) }