Files
gitbook/theme/stylesheets/mixins.less
T
2014-06-03 18:11:03 +02:00

8 lines
92 B
Plaintext
Executable File

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