Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
45814587a027
Commit
c75da470
authored
May 15, 2013
by
Drew Blessing
Browse files
Add background color to pre, too.
parent
8dbce0a4dc10
Changes
4
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/highlight/dark.scss
View file @
45814587
...
...
@@ -3,6 +3,7 @@
background-color
:
#333
;
pre
{
background-color
:
#333
;
color
:
#eee
;
}
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
45814587
...
...
@@ -12,6 +12,7 @@ $monokai-purple: #ae81ff;
background-color
:
#272822
;
pre
{
background-color
:
#272822
;
color
:
$monokai-fg
;
}
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
45814587
...
...
@@ -3,6 +3,7 @@
background-color
:
#002B36
;
pre
{
background-color
:
#002B36
;
color
:
#eee
;
}
...
...
app/assets/stylesheets/highlight/white.scss
View file @
45814587
...
...
@@ -3,6 +3,7 @@
background-color
:
#fff
;
pre
{
background-color
:
#fff
;
color
:
#333
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment