Use a new colour name for the vibrant greens

This commit is contained in:
Andy Allan 2019-12-11 16:51:04 +01:00
parent c0f5e4ede8
commit efa5f6d4b6
2 changed files with 6 additions and 5 deletions

View file

@ -6,6 +6,7 @@ $offwhite: #f8f8ff;
$blue: #7092FF;
$lightblue: #B8C5F0;
$green: #7ebc6f;
$vibrant-green: #76c551;
$grey: #CCC;
$red: red;
$lightgrey: #EEE;