summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/gitlab_theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab_theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab_theme.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/gitlab_theme.scss b/app/assets/stylesheets/framework/gitlab_theme.scss
index 2fa310cb90e..7aaed1fa9b7 100644
--- a/app/assets/stylesheets/framework/gitlab_theme.scss
+++ b/app/assets/stylesheets/framework/gitlab_theme.scss
@@ -296,7 +296,7 @@ body {
@include gitlab-theme(
$gray-200,
$gray-300,
- $gray-700,
+ $gray-500,
$gray-800,
$gray-900,
$white
@@ -305,12 +305,12 @@ body {
&.ui-light {
@include gitlab-theme(
- $gray-700,
+ $gray-500,
$gray-800,
- $gray-700,
- $gray-700,
+ $gray-500,
+ $gray-500,
$gray-50,
- $gray-700
+ $gray-500
);
.navbar-gitlab {
@@ -341,7 +341,7 @@ body {
.container-fluid {
.navbar-toggler,
.navbar-toggler:hover {
- color: $gray-700;
+ color: $gray-500;
border-left: 1px solid $gray-100;
}
}