Files
gitbook/theme/stylesheets/mixins.less
T
2014-04-14 00:06:58 +02:00

7 lines
91 B
Plaintext
Executable File

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