aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_footer.scss
blob: a92637d56fbeb9fa2ebc71d2f5de12146f1c9c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
.footer {
    background-color: #0c0f0f;
    color: whitesmoke;
    a {
        color: #dd7325;
    }
}

.footer-top-shadow {
    box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
}