Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame^] | 1 | @charset "utf-8"; |
2 | @import "../util"; | ||||
3 | |||||
4 | footer { | ||||
5 | position: absolute; | ||||
6 | background-color: $dark-grey; | ||||
7 | bottom: 0; | ||||
8 | width: 100%; | ||||
9 | text-align: center; | ||||
10 | a:link { | ||||
11 | color: $light-grey; | ||||
12 | &:hover { | ||||
13 | color: $nearly-white; | ||||
14 | } | ||||
15 | &:active, &:visited { | ||||
16 | color: $dark-grey; | ||||
17 | } | ||||
18 | } | ||||
19 | } |