Basic website with home page, contact/feedback forms (project links do nothing)
[ndcode_site.git] / css / mixins / text-emphasis.less
1 // Typography
2
3 .text-emphasis-variant(@color) {
4   color: @color;
5   a&:hover,
6   a&:focus {
7     color: darken(@color, 10%);
8   }
9 }