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
20b5f5af
Commit
20b5f5af
authored
Dec 02, 2016
by
BM5k
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename graphite theme variables for consistency
parent
c5664761
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/assets/stylesheets/framework/gitlab-theme.scss
app/assets/stylesheets/framework/gitlab-theme.scss
+5
-5
No files found.
app/assets/stylesheets/framework/gitlab-theme.scss
View file @
20b5f5af
...
...
@@ -94,10 +94,10 @@ $theme-blue: #2980b9;
$theme-blue-dark
:
#1970a9
;
$theme-blue-darker
:
#096099
;
$theme-graphite-light
er
:
#ccc
;
$theme-graphite
-light
:
#777
;
$theme-graphite
:
#666
;
$theme-graphite-dark
:
#555
;
$theme-graphite-light
:
#ccc
;
$theme-graphite
:
#777
;
$theme-graphite
-dark
:
#666
;
$theme-graphite-dark
er
:
#555
;
$theme-gray-light
:
#979797
;
$theme-gray
:
#373737
;
...
...
@@ -124,7 +124,7 @@ body {
}
&
.ui_graphite
{
@include
gitlab-theme
(
$theme-graphite-light
er
,
$theme-graphite-light
,
$theme-graphite
,
$theme-graphite-dark
);
@include
gitlab-theme
(
$theme-graphite-light
,
$theme-graphite
,
$theme-graphite-dark
,
$theme-graphite-darker
);
}
&
.ui_gray
{
...
...
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