Skip to content

Commit 4536f60

Browse files
julien-deramondmdo
authored andcommitted
Docs: update progress markup in Color modes page
1 parent 60714e3 commit 4536f60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/content/docs/5.3/customize/color-modes.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ For example, despite using `data-bs-theme="dark"` on a random `<div>`, the `<div
7979

8080
<p>This should be shown in a <strong>dark</strong> theme at all times.</p>
8181

82-
<div class="progress mb-4">
83-
<div class="progress-bar" role="progressbar" aria-label="Basic example" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
82+
<div class="progress mb-4" role="progressbar" aria-label="Basic example" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
83+
<div class="progress-bar" style="width: 25%"></div>
8484
</div>
8585

8686
<div class="dropdown mb-4">
@@ -108,8 +108,8 @@ For example, despite using `data-bs-theme="dark"` on a random `<div>`, the `<div
108108

109109
<p>This should be shown in a <strong>light</strong> theme at all times.</p>
110110

111-
<div class="progress mb-4">
112-
<div class="progress-bar" role="progressbar" aria-label="Basic example" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
111+
<div class="progress mb-4" role="progressbar" aria-label="Basic example" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
112+
<div class="progress-bar" style="width: 25%"></div>
113113
</div>
114114

115115
<div class="dropdown">

0 commit comments

Comments
 (0)