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
c5664761
Commit
c5664761
authored
Dec 02, 2016
by
BM5k
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename charcoal theme variables for consistency
parent
3ebb815a
Changes
1
Hide 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 @
c5664761
...
...
@@ -84,10 +84,10 @@
}
}
$theme-charcoal
:
#3d454d
;
$theme-charcoal
-light
:
#485157
;
$theme-charcoal-dark
:
#3
83f45
;
$theme-charcoal-
text
:
#b9bbbe
;
$theme-charcoal
-light
:
#b9bbbe
;
$theme-charcoal
:
#485157
;
$theme-charcoal-dark
:
#3
d454d
;
$theme-charcoal-
darker
:
#383f45
;
$theme-blue-light
:
#becde9
;
$theme-blue
:
#2980b9
;
...
...
@@ -120,7 +120,7 @@ body {
}
&
.ui_charcoal
{
@include
gitlab-theme
(
$theme-charcoal-
text
,
$theme-charcoal-light
,
$theme-charcoal
,
$theme-charcoal-dark
);
@include
gitlab-theme
(
$theme-charcoal-
light
,
$theme-charcoal
,
$theme-charcoal-dark
,
$theme-charcoal-darker
);
}
&
.ui_graphite
{
...
...
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