1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

Restore lightly darker default border-color because people have eyes

This commit is contained in:
Mark Otto
2025-04-28 21:01:00 -07:00
parent 7bbbc492ef
commit c3b96dde99

View File

@@ -539,7 +539,7 @@ $border-widths: (
5: 5px
) !default;
$border-style: solid !default;
$border-color: $gray-300 !default;
$border-color: $gray-400 !default;
$border-color-translucent: rgba($black, .175) !default;
// scss-docs-end border-variables