summaryrefslogtreecommitdiffstats
path: root/src/_footer.scss
blob: 714a1cf05f14248c6d4b68254672b02f11a56362 (plain) (blame)
1
2
3
4
5
6
7
8
9
@mixin styles {
    .boxesFooterBoxes {
        a {
            &:hover {
                text-decoration: underline;
            }
        }
    }
}