Skip to content
Snippets Groups Projects
Commit c75da470 authored by Drew Blessing's avatar Drew Blessing
Browse files

Add background color to pre, too.

parent db949b69
No related branches found
No related tags found
1 merge request!3942Issue 3941: Code preview dark doesn't display correctly with long lines
Loading
Loading
@@ -3,6 +3,7 @@
background-color: #333;
 
pre {
background-color: #333;
color: #eee;
}
 
Loading
Loading
Loading
Loading
@@ -12,6 +12,7 @@ $monokai-purple: #ae81ff;
background-color: #272822;
 
pre {
background-color: #272822;
color: $monokai-fg;
}
 
Loading
Loading
Loading
Loading
@@ -3,6 +3,7 @@
background-color: #002B36;
pre {
background-color: #002B36;
color: #eee;
}
 
Loading
Loading
Loading
Loading
@@ -3,6 +3,7 @@
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