Skip to content

Commit

Permalink
fix(a11y review)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Aug 31, 2023
1 parent 301d495 commit 7305fa1
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 277 deletions.
5 changes: 5 additions & 0 deletions site/content/docs/5.3/examples/e-shop/e-shop.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@
.line-height-custom {
line-height: 1.5;
}

/* For a11y purpose, 200% text was displayed under white bg */
.card {
--bs-card-bg: transparent;
}
Loading

0 comments on commit 7305fa1

Please sign in to comment.