提交 e89fddc3 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #3942 from bke-drewb/issue3941

Issue 3941: Code preview dark doesn't display correctly with long lines
.black .highlight {
background-color: #333;
pre {
background-color: #333;
color: #eee;
......
......@@ -8,6 +8,9 @@ $monokai-dark: #3b3a32;
$monokai-purple: #ae81ff;
.monokai .highlight {
background-color: #272822;
pre {
background-color: #272822;
color: $monokai-fg;
......
.solarized-dark .highlight {
background-color: #002B36;
pre {
background-color: #002B36;
color: #eee;
......
.white .highlight {
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.
先完成此消息的编辑!
想要评论请 注册