Skip to content
Snippets Groups Projects
Commit c5664761 authored by BM5k's avatar BM5k
Browse files

rename charcoal theme variables for consistency

parent 3ebb815a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -84,10 +84,10 @@
}
}
 
$theme-charcoal: #3d454d;
$theme-charcoal-light: #485157;
$theme-charcoal-dark: #383f45;
$theme-charcoal-text: #b9bbbe;
$theme-charcoal-light: #b9bbbe;
$theme-charcoal: #485157;
$theme-charcoal-dark: #3d454d;
$theme-charcoal-darker: #383f45;
 
$theme-blue-light: #becde9;
$theme-blue: #2980b9;
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment