Rename ambigious color names that caused warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user