Fix dark color bg for wiki
This commit is contained in:
parent
24cc0faf2c
commit
533693ab41
1 changed files with 1 additions and 2 deletions
|
@ -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%) }
|
||||
|
|
Loading…
Reference in a new issue