##// END OF EJS Templates
logs: use extended bounds for log charts
logs: use extended bounds for log charts

File last commit:

r0:548a840d
r61:350efb40
Show More
text-emphasis.less
9 lines | 128 B | text/x-less | LessCssLexer
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}