diff options
| author | Mark Otto <[email protected]> | 2020-03-12 09:35:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-03-17 12:26:35 -0700 |
| commit | f3692bf517a71d2a79c3ff0ad00c727d15a17c69 (patch) | |
| tree | b57e4f963803a5e076de44dc54d9bc8e3725d180 | |
| parent | 6e422a742f8c0a0760e0e4502557aa0cc04bac54 (diff) | |
| download | bootstrap-f3692bf517a71d2a79c3ff0ad00c727d15a17c69.tar.xz bootstrap-f3692bf517a71d2a79c3ff0ad00c727d15a17c69.zip | |
Enable underlines for links
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 71fabc58d..916b42097 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -249,9 +249,9 @@ $body-text-align: null !default; // Style anchor elements. $link-color: $primary !default; -$link-decoration: none !default; +$link-decoration: underline !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`) $emphasized-link-hover-darken-percentage: 15% !default; |
