Fix dark color bg for wiki

This commit is contained in:
Dmitriy Zaporozhets 2013-03-04 21:11:03 +02:00
parent 24cc0faf2c
commit 533693ab41

View file

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