[ADD] doc: new documentation, with training tutorials, and new scaffolding
[odoo/odoo.git] / doc / _themes / odoodoc / static / bootstrap / less / mixins / text-emphasis.less
1 // Typography
2
3 .text-emphasis-variant(@color) {
4   color: @color;
5   a&:hover {
6     color: darken(@color, 10%);
7   }
8 }