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
1 changed files with 1 additions and 1 deletions

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