Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Oct 4, 2023
1 parent df563a7 commit fb9725b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.3/dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ Using bg-body
<input type="radio" id="excellent4" name="rating" value="5" class="visually-hidden">
<label for="excellent4" title="Excellent"><span class="visually-hidden">Excellent</span></label>
</fieldset></form>
<div class="d-flex star-rating">
<div class="d-flex star-rating" data-bs-theme="dark">
<p class="visually-hidden">Star rating: rated 3 out of 5</p>
<div aria-hidden="true">
<span></span>
Expand Down Expand Up @@ -920,7 +920,7 @@ Using bg-body
<input type="radio" id="excellent5" name="rating" value="5" class="visually-hidden">
<label for="excellent5" title="Excellent"><span class="visually-hidden">Excellent</span></label>
</fieldset></form>
<div class="d-flex star-rating">
<div class="d-flex star-rating" data-bs-theme="light">
<p class="visually-hidden">Star rating: rated 3 out of 5</p>
<div aria-hidden="true">
<span></span>
Expand Down

0 comments on commit fb9725b

Please sign in to comment.