FilterBar h1 color tweak

This commit is contained in:
Justin Edmund 2022-03-04 07:11:42 -08:00
parent ea69c352d5
commit 2b7c95419d
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@
}
h1 {
color: $grey-50;
color: $grey-20;
font-size: $font-regular;
font-weight: $normal;
flex-grow: 1;

View file

@ -9,6 +9,7 @@ $unit: 8px;
// Colors
$grey-00: #444;
$grey-20: #555;
$grey-40: #777;
$grey-50: #888;
$grey-60: #A9A9A9;