Make shop tabs black and capitalized

This commit is contained in:
Luis Ramos
2020-09-22 16:59:42 +01:00
parent 7ebdc1d0da
commit 2234ea6f5a

View File

@@ -34,7 +34,7 @@
>a {
outline: none;
display: block;
color: $grey-500;
color: $black;
font-family: "Oswald", sans-serif;
}
@@ -42,7 +42,7 @@
@include headingFont;
background: transparent;
text-transform: uppercase;
text-transform: capitalize;
line-height: 1;
font-size: 0.875em;
padding: 1em 2em;