Add new shop link colours

This commit is contained in:
Matt-Yorkley
2020-02-05 13:56:46 +01:00
parent efd314e3b1
commit 0893d14025
2 changed files with 12 additions and 0 deletions

View File

@@ -43,3 +43,7 @@ $primary-blue: #0096ad;
$secondary-blue: #4cb5c5;
$light-blue: #78c7d3;
$primary-grey: #666;
$orange-400: #ff9466;
$orange-500: #f27052;
$orange-600: #d7583a;

View File

@@ -72,6 +72,14 @@
padding: 1.25em 0;
background-color: transparent;
a {
color: $orange-500;
&:hover {
color: $orange-600;
}
}
img {
margin: 0px 0px 0px 40px;
}