Skip to content
Snippets Groups Projects
Commit e89fddc3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3942 from bke-drewb/issue3941

Issue 3941: Code preview dark doesn't display correctly with long lines
parents 9e024668 c75da470
No related branches found
No related tags found
No related merge requests found
.black .highlight {
background-color: #333;
pre {
background-color: #333;
color: #eee;
Loading
Loading
Loading
Loading
@@ -8,6 +8,9 @@ $monokai-dark: #3b3a32;
$monokai-purple: #ae81ff;
 
.monokai .highlight {
background-color: #272822;
pre {
background-color: #272822;
color: $monokai-fg;
Loading
Loading
.solarized-dark .highlight {
background-color: #002B36;
pre {
background-color: #002B36;
color: #eee;
Loading
Loading
.white .highlight {
background-color: #fff;
pre {
background-color: #fff;
color: #333;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment