aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-03-10 09:29:53 -0800
committerMark Otto <[email protected]>2022-03-11 09:15:33 -0800
commite72a090aee2c518dc76fb9d6d9fae732343c1432 (patch)
tree351e1e3630cca9370395ee10cbcf6360f31b4e6f
parentea7ff1eab9e66bf51152c6b5b73580cefd423b43 (diff)
downloadbootstrap-e72a090aee2c518dc76fb9d6d9fae732343c1432.tar.xz
bootstrap-e72a090aee2c518dc76fb9d6d9fae732343c1432.zip
Updates -color to use rgba()
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index f57ff41d3..101905c22 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