@@ -6,7 +6,7 @@ See https://github.com/twbs/bootstrap/pull/23260
66
77@fa-font-path : "../webfonts";
88
9- // Bootstrap flags. For more, see https://getbootstrap.com/docs/4.0/getting-started/theming /
9+ // Bootstrap flags. For more, see https://getbootstrap.com/docs/5.3/customize/options /
1010$enable-gradients : true !default ;
1111$enable-rounded : true !default ;
1212$enable-shadows : true !default ;
@@ -100,14 +100,15 @@ $h6-font-size: $font-size-base !default;
100100
101101// Display styles
102102
103- $display1-weight : $font-weight-bold !default ;
104- $display2-weight : $font-weight-bold !default ;
105- $display3-weight : $font-weight-bold !default ;
106- $display4-weight : $font-weight-bold !default ;
107- $display1-size : 3rem !default ;
108- $display2-size : 2.5rem !default ;
109- $display3-size : 2rem !default ;
110- $display4-size : 1.75rem !default ;
103+ $display-font-weight : $font-weight-bold !default ;
104+ $display-font-sizes : (
105+ 1 : 3rem ,
106+ 2 : 2.5rem ,
107+ 3 : 2rem ,
108+ 4 : 1.75rem ,
109+ 5 : 1.5rem ,
110+ 6 : 1.25rem
111+ ) !default ;
111112
112113// Space
113114
@@ -129,5 +130,5 @@ $navbar-dark-hover-color: rgba($white, 0.5) !default;
129130$navbar-dark-active-color : $white !default ;
130131$navbar-dark-disabled-color : rgba ($white , 0.25 ) !default ;
131132
132- // The yiq lightness value that determines when the lightness of color changes from "dark" to "light" .
133- $yiq-contrasted-threshold : 200 !default ;
133+ // The minimum contrast ratio for text readability .
134+ $min-contrast-ratio : 3 !default ;
0 commit comments