diff options
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 2 |
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); |