Skip to content

Commit

Permalink
Make links underlined by default
Browse files Browse the repository at this point in the history
As per the change upstream in Bootstrap 5 twbs/bootstrap#30389
  • Loading branch information
froboy authored Oct 2, 2023
1 parent 5295589 commit 7ed9931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $td-box-colors: $dark, $primary, $secondary, $info, $white, $gray-600, $success,
$warning, $dark, $danger, $primary, $secondary, $info !default;

$link-color: $blue-500 !default;
$link-decoration: none !default;
$link-decoration: underline !default;
$link-shade-percentage: 30% !default;

// Fonts
Expand Down

0 comments on commit 7ed9931

Please sign in to comment.