Add background color to pre, too.
This commit is contained in:
parent
db949b69c1
commit
c75da470c5
4 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
background-color: #333;
|
||||
|
||||
pre {
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ $monokai-purple: #ae81ff;
|
|||
background-color: #272822;
|
||||
|
||||
pre {
|
||||
background-color: #272822;
|
||||
color: $monokai-fg;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
background-color: #002B36;
|
||||
|
||||
pre {
|
||||
background-color: #002B36;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
background-color: #fff;
|
||||
|
||||
pre {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue