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

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