fixed nav colors and changed font to Share Tech

This commit is contained in:
m
2016-01-04 11:35:50 +01:00
parent 10a1b971b0
commit 90dbaadfff
4 changed files with 25 additions and 5 deletions

19
_sass/_hackimpott.scss Normal file
View File

@ -0,0 +1,19 @@
@font-face {
font-family: 'Share Tech';
font-style: normal;
font-weight: 400;
src: local('Share Tech'), local('ShareTech-Regular'), url(/fonts/ShareTech-Regular.ttf);
}
#row-footer a{
color:$nav-link-color;
&:visited {
color:$nav-link-color;
}
}
#row-footer li {
list-style-type: none;
margin-bottom: 0;
}