mirror of https://github.com/twbs/bootstrap.git
Restore lightly darker default border-color because people have eyes
This commit is contained in:
parent
7bbbc492ef
commit
c3b96dde99
|
@ -539,7 +539,7 @@ $border-widths: (
|
||||||
5: 5px
|
5: 5px
|
||||||
) !default;
|
) !default;
|
||||||
$border-style: solid !default;
|
$border-style: solid !default;
|
||||||
$border-color: $gray-300 !default;
|
$border-color: $gray-400 !default;
|
||||||
$border-color-translucent: rgba($black, .175) !default;
|
$border-color-translucent: rgba($black, .175) !default;
|
||||||
// scss-docs-end border-variables
|
// scss-docs-end border-variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue