blob: 2cfd773f79f6488bcd37c23f4d4647f757f77cb1 [file] [log] [blame]
@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;
}
}
}