Skip to content

Commit 101ff73

Browse files
julien-deramondmdo
authored andcommittedJul 17, 2023
Docs: fix carousel carousel colors of carousel examples in dark mode
1 parent b3da789 commit 101ff73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎site/content/docs/5.3/examples/carousel-rtl/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<main>
3838

39-
<div id="myCarousel" class="carousel slide mb-6" data-bs-ride="carousel" data-bs-theme="light">
39+
<div id="myCarousel" class="carousel slide mb-6" data-bs-ride="carousel">
4040
<div class="carousel-indicators">
4141
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
4242
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>

‎site/content/docs/5.3/examples/carousel/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<main>
3737

38-
<div id="myCarousel" class="carousel slide mb-6" data-bs-ride="carousel" data-bs-theme="light">
38+
<div id="myCarousel" class="carousel slide mb-6" data-bs-ride="carousel">
3939
<div class="carousel-indicators">
4040
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
4141
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>

0 commit comments

Comments
 (0)
Please sign in to comment.