Commit c75da470 authored by Drew Blessing's avatar Drew Blessing

Add background color to pre, too.

parent db949b69
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
background-color: #333; background-color: #333;
pre { pre {
background-color: #333;
color: #eee; color: #eee;
} }
......
...@@ -12,6 +12,7 @@ $monokai-purple: #ae81ff; ...@@ -12,6 +12,7 @@ $monokai-purple: #ae81ff;
background-color: #272822; background-color: #272822;
pre { pre {
background-color: #272822;
color: $monokai-fg; color: $monokai-fg;
} }
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
background-color: #002B36; background-color: #002B36;
pre { pre {
background-color: #002B36;
color: #eee; color: #eee;
} }
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
background-color: #fff; background-color: #fff;
pre { pre {
background-color: #fff;
color: #333; color: #333;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment