summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/mixins.less
blob: 0216ea44295c7ddb3bcc395a915307d9d7c0c44c (plain)
1
2
3
4
5
6
7
.link-inherit {
    color: inherit;

    &:hover, &:focus {
        color: inherit;
    }
}