a simple footer

This commit is contained in:
2017-08-22 19:37:22 -05:00
committed by Mark Moser
parent 7117f4e0c4
commit 06f126ba6e
8 changed files with 73 additions and 19 deletions

View File

@ -0,0 +1,15 @@
.nav-social {
a {
padding: 0.25em;
text-decoration: none;
color: $light-grey;
&:active,
&:hover {
background-color: $light-grey;
color: $copy-dark;
}
}
}