Skip to content

Commit 8e51fc2

Browse files
committed
flip mix direction and make it a bit lighter. Closes #11348
1 parent 4a7a934 commit 8e51fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/html/bootstrap/_bootstrap-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ $table-group-separator-color: mix(
242242
$table-group-separator-color-lighter: mix(
243243
if(variable-exists(body-color), $body-color, $gray-900),
244244
$body-contrast-bg,
245-
70%
245+
20%
246246
) !default;
247247

248248
$bootstrap-version: 5;

0 commit comments

Comments
 (0)