blob: a8a5d02b4dcf645dfe9021a5eaefd3a82cec4a6a [file] [log] [blame]
@charset "utf-8";
@import "../util";
/**
* Rules for the footer section of Kalamar
*/
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;
}
}