@@ -174,7 +174,7 @@ $body-color: $gray-900 !default;
174
174
// Style anchor elements.
175
175
176
176
$link-color : theme-color (" primary" ) !default ;
177
- $link-decoration : underline ;
177
+ $link-decoration : none !default ;
178
178
$link-hover-color : darken ($link-color , 15% ) !default ;
179
179
$link-hover-decoration : underline !default ;
180
180
// Darken percentage for links with `.text-*` class (e.g. `.text-success`)
@@ -197,7 +197,7 @@ $grid-breakpoints: (
197
197
sm : 576px ,
198
198
md : 768px ,
199
199
lg : 992px ,
200
- xl : 1400 px
200
+ xl : 1200 px
201
201
) !default ;
202
202
203
203
@include _assert-ascending ($grid-breakpoints , " $grid-breakpoints" );
@@ -212,7 +212,7 @@ $container-max-widths: (
212
212
sm : 540px ,
213
213
md : 720px ,
214
214
lg : 960px ,
215
- xl : 1360 px
215
+ xl : 1140 px
216
216
) !default ;
217
217
218
218
@include _assert-ascending ($container-max-widths , " $container-max-widths" );
@@ -238,7 +238,7 @@ $border-width: 1px !default;
238
238
$border-color : $gray-300 !default ;
239
239
240
240
$border-radius : .25rem !default ;
241
- $border-radius-lg : .6 rem ;
241
+ $border-radius-lg : .3 rem !default ;
242
242
$border-radius-sm : .2rem !default ;
243
243
244
244
$rounded-pill : 50rem !default ;
@@ -826,15 +826,15 @@ $jumbotron-bg: $gray-200 !default;
826
826
827
827
$card-spacer-y : .75rem !default ;
828
828
$card-spacer-x : 1.25rem !default ;
829
- $card-border-width : 0 ;
830
- $card-border-radius : $border-radius-lg ;
829
+ $card-border-width : $border-width !default ;
830
+ $card-border-radius : $border-radius !default ;
831
831
$card-border-color : rgba ($black , .125 ) !default ;
832
832
$card-inner-border-radius : subtract ($card-border-radius , $card-border-width ) !default ;
833
833
$card-cap-bg : rgba ($black , .03 ) !default ;
834
834
$card-cap-color : null !default ;
835
835
$card-height : null !default ;
836
836
$card-color : null !default ;
837
- $card-bg : $gray-100 ;
837
+ $card-bg : $white !default ;
838
838
839
839
$card-img-overlay-padding : 1.25rem !default ;
840
840
0 commit comments