summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazel <hazel@gitlab.com>2017-03-23 11:15:05 +0800
committerHazel <hazel@gitlab.com>2017-03-23 11:15:05 +0800
commit1b6e6af201a9956105e7ac45719a59a57ba0b405 (patch)
tree6b1c40988a9da99f62ee92622529fa1e320b5574
parentf83d79d0bc600547b6aa3a349c8cccb91a352bba (diff)
downloadgitlab-ce-1b6e6af201a9956105e7ac45719a59a57ba0b405.tar.gz
Changed the red color
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index f2753dd0ac2..82c9c76c4c0 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -44,7 +44,7 @@ $orange-light: #fc8a51;
$orange-normal: darken($orange-light, $darken-normal-factor);
$orange-dark: darken($orange-light, $darken-dark-factor);
-$red-light: #e52c5a;
+$red-light: #eb4d5c;
$red-normal: darken($red-light, $darken-normal-factor);
$red-dark: darken($red-light, $darken-dark-factor);