make things a lot prettier

This commit is contained in:
Pat Dryburgh
2019-04-15 00:30:16 -04:00
parent bdc62b06a9
commit f9e1f20440
6 changed files with 29 additions and 16 deletions

View File

@ -1,4 +1,5 @@
body {
background: $brand-color;
color: $text-color;
font-family: $font-family;
font-size: 1.3125em;
@ -151,7 +152,6 @@ figcaption {
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all .125s ease-in-out;
&:hover,
&:focus {
background: lighten($brand-color, 2.5%);