Fix fark background highlight

This commit is contained in:
Dmitriy Zaporozhets 2012-12-21 23:22:52 +02:00
parent b510f8c496
commit 86673a66b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
.black .highlight {
background-color: #333;
pre {
background-color: #333;
color: #eee;
float: left;
background: inherit;
}
.hll { display: block; background-color: darken($hover, 65%) }