Change a light color

This commit is contained in:
Ines Almeida 2020-08-16 20:33:52 +01:00
parent d1d41a9433
commit cf7e62b48e
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
$color-white: #fff; $color-white: #fff;
$color-grey: #aaa; $color-grey: #aaa;
$color-grey-2: #999; $color-grey-2: #999;
$color-grey-light: #ddd;
$color-grey-dark: #666; $color-grey-dark: #666;
// WIDTHS // WIDTHS

View file

@ -15,7 +15,7 @@
width: 100%; width: 100%;
position: absolute; position: absolute;
bottom: 0.5rem; bottom: 0.5rem;
color: $color-grey; color: $color-grey-light;
} }
} }
} }