Fix blue, orange, and red colors

This commit is contained in:
Pedro Moreira da Silva 2018-09-27 21:08:16 +00:00 committed by Annabel Dunstone Gray
parent e13a3c71c4
commit 8c677c2d8f
2 changed files with 8 additions and 3 deletions

View File

@ -55,7 +55,7 @@ $blue-50: #f6fafe;
$blue-100: #e4f0fb;
$blue-200: #b8d6f4;
$blue-300: #73afea;
$blue-400: #2e87e0;
$blue-400: #418cd8;
$blue-500: #1f78d1;
$blue-600: #1b69b6;
$blue-700: #17599c;
@ -67,7 +67,7 @@ $orange-50: #fffaf4;
$orange-100: #fff1de;
$orange-200: #fed69f;
$orange-300: #fdbc60;
$orange-400: #fca121;
$orange-400: #fca429;
$orange-500: #fc9403;
$orange-600: #de7e00;
$orange-700: #c26700;
@ -78,7 +78,7 @@ $orange-950: #592800;
$red-50: #fef6f5;
$red-100: #fbe5e1;
$red-200: #f2b4a9;
$red-300: #e67664;
$red-300: #ea8271;
$red-400: #e05842;
$red-500: #db3b21;
$red-600: #c0341d;

View File

@ -0,0 +1,5 @@
---
title: Fix blue, orange, and red color inconsistencies
merge_request: 21972
author:
type: other