source:
trip-planner-front/node_modules/bootstrap/less/mixins/text-emphasis.less@
eed0bf8
Last change on this file since eed0bf8 was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 128 bytes |
Rev | Line | |
---|---|---|
[fa375fe] | 1 | // Typography |
2 | ||
3 | .text-emphasis-variant(@color) { | |
4 | color: @color; | |
5 | a&:hover, | |
6 | a&:focus { | |
7 | color: darken(@color, 10%); | |
8 | } | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.