Skip to content

Commit

Permalink
Extend support
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Sep 13, 2023
1 parent f2edff6 commit 4ef55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/examples/fonts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h1 class="visually-hidden">Fonts examples</h1>
});
}
function toggleBackground() {
document.querySelectorAll('span').forEach(function(el) {
document.querySelectorAll('span, .fw-400 div, .fw-700 div').forEach(function(el) {
if (el.classList.contains('bg-light-gray')) {
el.classList.remove('bg-light-gray')
el.classList.add('bg-none')
Expand Down

0 comments on commit 4ef55c1

Please sign in to comment.