commit | ab4d3caa7d2a11cc4dea6d23472c2d1df839e999 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Fri Apr 17 01:48:43 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Fri Apr 17 01:48:43 2015 +0000 |
tree | 38b2c489010ee92b83fcf32fa11c4dc2bcdece5e | |
parent | 47f366b5f9835ac852e087f835d3657e0b5aea73 [diff] [blame] |
Improved tutorials
diff --git a/dev/scss/footer/footer.scss b/dev/scss/footer/footer.scss new file mode 100644 index 0000000..2cfd773 --- /dev/null +++ b/dev/scss/footer/footer.scss
@@ -0,0 +1,19 @@ +@charset "utf-8"; +@import "../util"; + +footer { + position: absolute; + background-color: $dark-grey; + bottom: 0; + width: 100%; + text-align: center; + a:link { + color: $light-grey; + &:hover { + color: $nearly-white; + } + &:active, &:visited { + color: $dark-grey; + } + } +}