Files
gitbook/theme/stylesheets/mixins.less
T
2014-04-04 14:10:56 -07:00

7 lines
91 B
Plaintext

.link-inherit {
color: inherit;
&:hover, &:focus {
color: inherit;
}
}