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; | ||||
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 8 | font-size: 70%; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 9 | width: 100%; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 10 | text-align: right; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 11 | a:link { |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 12 | margin: 0 .5em; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 13 | color: $light-grey; |
14 | &:hover { | ||||
15 | color: $nearly-white; | ||||
16 | } | ||||
17 | &:active, &:visited { | ||||
18 | color: $dark-grey; | ||||
19 | } | ||||
20 | } | ||||
21 | } |