summaryrefslogtreecommitdiff
path: root/design/sass/_inbox.scss
blob: d58c539c90aa9860a1f1b8db402ec081b678a160 (plain)
1
2
3
4
5
6
7
8
9
10
11
.links main {
    @include constrain_narrow;
    .link-title a {
        color: $body_font;
        font-weight: 400;
        text-decoration: none;
    }
    @include breakpoint(beta) {
        text-align: left;
    }
}