Update Contact tab subheading text colour

This commit is contained in:
Matt-Yorkley
2020-02-21 11:54:33 +01:00
parent 3430cc617a
commit cdc40fbc38
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ $white: #fff;
$grey-400: #bbb;
$grey-500: #999;
$grey-600: #777;
$grey-700: #555;
$grey-800: #333;

View File

@@ -116,7 +116,7 @@
.header {
text-align: center;
color: $med-grey;
color: $grey-600;
margin-top: 0.75rem;
}
}