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

View File

@ -1,5 +1,5 @@
<hr> <hr>
<div class="row footer"> <div id="row-footer">
<div class="col-md-4"> <div class="col-md-4">
<ul> <ul>
<li> <li>
@ -49,7 +49,7 @@
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a> <a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>
</li> </li>
<li> <li>
<a href="https://wiki.chaospott.de/Verein">Impressum</a> <a href="https://wiki.chaospott.de/Verein">Impressum</a>
</li> </li>
</ul> </ul>
</div> </div>

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;
}

View File

@ -6,7 +6,7 @@
// Our variables // Our variables
$base-font-family: Helvetica, Arial, sans-serif; $base-font-family: 'Share Tech', sans-serif;
$base-font-size: 16px; $base-font-size: 16px;
$small-font-size: $base-font-size * 0.875; $small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5; $base-line-height: 1.5;
@ -24,7 +24,7 @@ $grey-color-dark: darken($grey-color, 25%);
$on-palm: 600px; $on-palm: 600px;
$on-laptop: 800px; $on-laptop: 800px;
$nav-link-color: #F00;
// Using media queries with like this: // Using media queries with like this:
// @include media-query($palm) { // @include media-query($palm) {
@ -45,5 +45,6 @@ $on-laptop: 800px;
@import @import
"base", "base",
"layout", "layout",
"syntax-highlighting" "syntax-highlighting",
"hackimpott"
; ;

BIN
fonts/ShareTech-Regular.ttf Normal file

Binary file not shown.