From: Mark Otto Date: Thu, 10 Mar 2022 17:29:53 +0000 (-0800) Subject: Updates -color to use rgba() X-Git-Tag: v5.2.0-beta1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72a090aee2c518dc76fb9d6d9fae732343c1432;p=thirdparty%2Fbootstrap.git Updates -color to use rgba() --- diff --git a/scss/_variables.scss b/scss/_variables.scss index f57ff41d33..101905c22c 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -484,7 +484,7 @@ $border-widths: ( 5: 5px ) !default; -$border-color: $gray-300 !default; +$border-color: rgba($black, .15) !default; // scss-docs-end border-variables // scss-docs-start border-radius-variables