1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Enable underlines for links

This commit is contained in:
Mark Otto
2020-03-12 09:35:36 -07:00
parent 6e422a742f
commit f3692bf517

View File

@@ -249,9 +249,9 @@ $body-text-align: null !default;
// Style anchor elements. // Style anchor elements.
$link-color: $primary !default; $link-color: $primary !default;
$link-decoration: none !default; $link-decoration: underline !default;
$link-hover-color: darken($link-color, 15%) !default; $link-hover-color: darken($link-color, 15%) !default;
$link-hover-decoration: underline !default; $link-hover-decoration: $link-decoration !default;
// Darken percentage for links with `.text-*` class (e.g. `.text-success`) // Darken percentage for links with `.text-*` class (e.g. `.text-success`)
$emphasized-link-hover-darken-percentage: 15% !default; $emphasized-link-hover-darken-percentage: 15% !default;