mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Add background color to pre, too.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user