deiga/new-Roydon

View on GitHub
app/assets/stylesheets/footer.css.scss

Summary

Maintainability
Test Coverage
footer {
    color: gray;
    font-size: small;
    margin: 5px auto 0 !important;
    width: 100%;
    background-color: inherit;
    position: relative;
    text-align: center;

    > a {
        &:active , &:visited , & {
            color: #A9A9A9  !important;
        }
    }
}