Change text style of default banner

The green text looks nicer than the black text.

The bold makes it stand out more.
This commit is contained in:
Chris Hill-Scott
2017-09-25 15:09:26 +01:00
parent 7327f4b611
commit 0b1a08deef

View File

@@ -2,8 +2,8 @@
.banner,
.banner-default {
@include core-19;
color: $text-colour;
@include bold-19;
color: $button-colour;
display: block;
padding: $gutter-half;
margin: $gutter-half 0 $gutter 0;