Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
c75da470
Commit
c75da470
authored
May 15, 2013
by
Drew Blessing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add background color to pre, too.
parent
db949b69
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/dark.scss
+1
-0
app/assets/stylesheets/highlight/monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+1
-0
app/assets/stylesheets/highlight/solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+1
-0
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+1
-0
No files found.
app/assets/stylesheets/highlight/dark.scss
View file @
c75da470
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
background-color
:
#333
;
background-color
:
#333
;
pre
{
pre
{
background-color
:
#333
;
color
:
#eee
;
color
:
#eee
;
}
}
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
c75da470
...
@@ -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
;
}
}
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
c75da470
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
background-color
:
#002B36
;
background-color
:
#002B36
;
pre
{
pre
{
background-color
:
#002B36
;
color
:
#eee
;
color
:
#eee
;
}
}
...
...
app/assets/stylesheets/highlight/white.scss
View file @
c75da470
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
background-color
:
#fff
;
background-color
:
#fff
;
pre
{
pre
{
background-color
:
#fff
;
color
:
#333
;
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