jupyterhub/theme/static/components/bootstrap/less/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Permalink Normal View History

2023-01-20 13:01:31 +00:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}