提交 c75da470 编写于 作者: D Drew Blessing

Add background color to pre, too.

上级 db949b69
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册