blob: 0ce1ae4ebafb2e004624d8e3730abec0930a0605 [file] [log] [blame]
@charset "utf-8";
@import "../util";
footer {
position: absolute;
background-color: $dark-grey;
bottom: 0;
font-size: 70%;
width: 100%;
text-align: right;
a:link {
margin: 0 .5em;
color: $light-grey;
&:hover {
color: $nearly-white;
}
&:active, &:visited {
color: $dark-grey;
}
}
}