Rename ambigious color names that caused warnings

This commit is contained in:
Jan Tuomi
2020-02-22 15:18:36 +02:00
parent 19b1079148
commit e15e2e3962
24 changed files with 53 additions and 53 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
&.hero {
background-color: color(dark-blue);
color: color(blue);
color: color(blue1);
font-weight: 800;
letter-spacing: 1.5px;
border: 1px solid color(light-turquoise);
@@ -24,8 +24,8 @@
&.filled {
justify-content: center;
background-color: color(blue);
color: color(white);
background-color: color(blue1);
color: color(white1);
font-weight: 800;
letter-spacing: 1.5px;
border: none;