Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/main/variables.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/main/variables.scss b/app/assets/stylesheets/main/variables.scss
index 8bcdad35792..68f7f6b8581 100644
--- a/app/assets/stylesheets/main/variables.scss
+++ b/app/assets/stylesheets/main/variables.scss
@@ -14,8 +14,8 @@ $link_hover_color: #2FA0BB;
/*
* Success colors (green)
*/
-$border_success: #469408;
-$bg_success: #469408;
+$border_success: #019875;
+$bg_success: #019875;
/*
* Danger colors (red)
@@ -32,8 +32,8 @@ $bg_primary: #446e9b;
/*
* Warning colors (yellow)
*/
-$bg_warning: #d9831f;
-$border_warning: #d9831f;
+$bg_warning: #EB9532;
+$border_warning: #EB9532;
/**
* Commit Diff Colors