summaryrefslogtreecommitdiffstats
path: root/src/_footer.scss
blob: 77a3e7b2b5ceb8aaeb6868647e305d664665c156 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@mixin styles {
    .boxesFooterBoxes {
        a {
            &:hover {
                text-decoration-line: underline;
            }
        }
    }
}

@mixin styles--dark {
    .pageFooter {
        border-block-start: 1px solid rgba(#fff, .1);
    }
}