blob: 21d79a973983e0686998b075bda546efc0dba58b [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;
}
a:visited {
color: $light-grey;
}
a:hover {
color: $nearly-white;
}
}