fixed nav colors and changed font to Share Tech
This commit is contained in:
19
_sass/_hackimpott.scss
Normal file
19
_sass/_hackimpott.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user