healthchecks_healthchecks/stuff/bootstrap/mixins/text-emphasis.less
Pēteris Caune f9caa5ecef Styling
2015-07-01 21:51:42 +03:00

10 lines
128 B
Plaintext
Executable File

// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}