blob: 2cfd773f79f6488bcd37c23f4d4647f757f77cb1 [file] [log] [blame]
Nils Diewaldab4d3ca2015-04-17 01:48:43 +00001@charset "utf-8";
2@import "../util";
3
4footer {
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}