Skip to content

Commit 243a160

Browse files
fix(review)
1 parent 2120af5 commit 243a160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_carousel.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@
355355
bottom: $carousel-caption-spacer;
356356
left: (100% - $carousel-caption-width) * .5;
357357
padding: $carousel-caption-padding-y $carousel-caption-padding-x; // Boosted mod
358-
color: $carousel-caption-color;
359-
background-color: $carousel-caption-bg; // Boosted mod: instead of `var(--#{$prefix}carousel-caption-color)`
358+
color: $carousel-caption-color; // Boosted mod: instead of `var(--#{$prefix}carousel-caption-color)`
359+
background-color: $carousel-caption-bg; // Boosted mod
360360
}
361361

362362
// Boosted mod: no specific rules for dark carousel or dark mode carousel

0 commit comments

Comments
 (0)