BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
e89fddc3
Commit
e89fddc3
authored
May 16, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3942 from bke-drewb/issue3941
Issue 3941: Code preview dark doesn't display correctly with long lines
parents
9e024668
c75da470
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
dark.scss
app/assets/stylesheets/highlight/dark.scss
+3
-0
monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+3
-0
solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+3
-0
white.scss
app/assets/stylesheets/highlight/white.scss
+3
-0
No files found.
app/assets/stylesheets/highlight/dark.scss
View file @
e89fddc3
.black
.highlight
{
background-color
:
#333
;
pre
{
background-color
:
#333
;
color
:
#eee
;
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
e89fddc3
...
...
@@ -8,6 +8,9 @@ $monokai-dark: #3b3a32;
$monokai-purple
:
#ae81ff
;
.monokai
.highlight
{
background-color
:
#272822
;
pre
{
background-color
:
#272822
;
color
:
$monokai-fg
;
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
e89fddc3
.solarized-dark
.highlight
{
background-color
:
#002B36
;
pre
{
background-color
:
#002B36
;
color
:
#eee
;
...
...
app/assets/stylesheets/highlight/white.scss
View file @
e89fddc3
.white
.highlight
{
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