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
iv
gitlab-ce
Commits
d5e8fcb3
Commit
d5e8fcb3
authored
Jan 30, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix no-highlight code blocks for dark themes
parent
57001c23
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
app/assets/stylesheets/generic/typography.scss
app/assets/stylesheets/generic/typography.scss
+0
-3
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/dark.scss
+4
-0
app/assets/stylesheets/highlight/monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+4
-0
app/assets/stylesheets/highlight/solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+4
-0
No files found.
app/assets/stylesheets/generic/typography.scss
View file @
d5e8fcb3
...
...
@@ -90,9 +90,6 @@ a:focus {
font-size
:
14px
;
line-height
:
1
.6
;
.white
.highlight
pre
{
background
:
#f5f5f5
;
}
ul
{
padding
:
0
;
margin
:
0
0
9px
25px
!
important
;
...
...
app/assets/stylesheets/highlight/dark.scss
View file @
d5e8fcb3
...
...
@@ -9,6 +9,10 @@
border-left
:
1px
solid
#444
;
}
.no-highlight
{
color
:
#DDD
;
}
.line-numbers
a
{
color
:
#666
;
}
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
d5e8fcb3
...
...
@@ -9,6 +9,10 @@
background
:
#558
;
}
.no-highlight
{
color
:
#DDD
;
}
.line-numbers
a
{
color
:
#666
;
}
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
d5e8fcb3
...
...
@@ -9,6 +9,10 @@
background
:
#000
;
}
.no-highlight
{
color
:
#DDD
;
}
pre
{
background-color
:
#002B36
;
color
:
#eee
;
...
...
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