Skip to content

Commit

Permalink
Apply dark mode changes
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and julien-deramond committed Dec 26, 2023
1 parent ae3083e commit 6a381eb
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 72 deletions.
11 changes: 6 additions & 5 deletions site/content/docs/5.3/examples/e-shop/e-shop.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
--bs-aspect-ratio: 133%;
}

.line-height-custom {
line-height: 1.5;
.border-subtle {
--bs-border-color: var(--bs-border-color-subtle);
border-color: var(--bs-border-color-subtle);
}

/* For a11y purpose, 200% text was displayed under white bg */
.card {
--bs-card-bg: transparent;
.border-supporting-orange {
--bs-border-color: #ff7900;
border-color: #ff7900;
}

0 comments on commit 6a381eb

Please sign in to comment.