summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.sass
blob: 607161c838e0bf214638953159e0537a1271d8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import theme/typography
@import theme/palette

.c-menu-item
        display: block
        overflow: hidden
        border-radius: 15px 15px
        padding: 0.5em

.c-menu-link
        color: $text
        text-decoration: none

.c-menu-link:hover
        background: $primary-light