_footer.scss 260 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .footer { background-color: $white-bg-light; border-top: 1px solid $black-bg; color: $black-hint; text-align: center; position: absolute; bottom: 0; right: 0; left: 0; a { color: $black-hint; &:focus, &:hover { color: $black-text; } } }