Skip to content

Commit

Permalink
Merge branch 'main' into main-jd-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Sep 26, 2023
2 parents e76cba4 + 720fe45 commit 412e04d
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
Original file line number Diff line number Diff line change
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 412e04d

Please sign in to comment.