Skip to content

Commit

Permalink
fix(examples): both light/dark images were displayed in 'auto' mode i…
Browse files Browse the repository at this point in the history
…n Download App example (#2261)
  • Loading branch information
MewenLeHo committed Sep 25, 2023
1 parent ddbec12 commit 720fe45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/content/docs/5.3/examples/download-app/download-app.css
Expand Up @@ -74,6 +74,12 @@
display: none;
}

@media (prefers-color-scheme: light) {
[data-bs-theme="auto"] .dark-show {
display: none;
}
}

iframe {
min-height: 10.625rem;
}
Expand Down

0 comments on commit 720fe45

Please sign in to comment.