04a68f3cdd
Update Bootstrap to v3.2 and skim built-in themes to bare essentials
9 Zeilen
116 B
Plaintext
9 Zeilen
116 B
Plaintext
// Typography
|
|
|
|
.text-emphasis-variant(@color) {
|
|
color: @color;
|
|
a&:hover {
|
|
color: darken(@color, 10%);
|
|
}
|
|
}
|