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
9ce9e0d3
Commit
9ce9e0d3
authored
May 09, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn blob dependency links blue
parent
b1012d98
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
0 deletions
+25
-0
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/dark.scss
+5
-0
app/assets/stylesheets/highlight/monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+5
-0
app/assets/stylesheets/highlight/solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+5
-0
app/assets/stylesheets/highlight/solarized_light.scss
app/assets/stylesheets/highlight/solarized_light.scss
+5
-0
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+5
-0
No files found.
app/assets/stylesheets/highlight/dark.scss
View file @
9ce9e0d3
...
...
@@ -185,6 +185,11 @@ $dark-il: #de935f;
color
:
$dark-highlight-color
!
important
;
}
// Links to URLs, emails, or dependencies
.line
a
{
color
:
$dark-na
;
}
.hll
{
background-color
:
$dark-hll-bg
;
}
.c
{
color
:
$dark-c
;
}
/* Comment */
.err
{
color
:
$dark-err
;
}
/* Error */
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
9ce9e0d3
...
...
@@ -185,6 +185,11 @@ $monokai-gi: #a6e22e;
color
:
$black
!
important
;
}
// Links to URLs, emails, or dependencies
.line
a
{
color
:
$monokai-k
;
}
.hll
{
background-color
:
$monokai-hll
;
}
.c
{
color
:
$monokai-c
;
}
/* Comment */
.err
{
color
:
$monokai-err-color
;
background-color
:
$monokai-err-bg
;
}
/* Error */
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
9ce9e0d3
...
...
@@ -188,6 +188,11 @@ $solarized-dark-il: #2aa198;
background-color
:
$solarized-dark-highlight
!
important
;
}
// Links to URLs, emails, or dependencies
.line
a
{
color
:
$solarized-dark-kd
;
}
/* Solarized Dark
For use with Jekyll and Pygments
...
...
app/assets/stylesheets/highlight/solarized_light.scss
View file @
9ce9e0d3
...
...
@@ -196,6 +196,11 @@ $solarized-light-il: #2aa198;
background-color
:
$solarized-light-highlight
!
important
;
}
// Links to URLs, emails, or dependencies
.line
a
{
color
:
$solarized-light-kd
;
}
/* Solarized Light
For use with Jekyll and Pygments
...
...
app/assets/stylesheets/highlight/white.scss
View file @
9ce9e0d3
...
...
@@ -203,6 +203,11 @@ $white-gc-bg: #eaf2f5;
background-color
:
$white-highlight
!
important
;
}
// Links to URLs, emails, or dependencies
.line
a
{
color
:
$white-nb
;
}
.hll
{
background-color
:
$white-hll-bg
;
}
.c
{
color
:
$white-c
;
font-style
:
italic
;
}
.err
{
color
:
$white-err
;
background-color
:
$white-err-bg
;
}
...
...
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