Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Sep 21, 2023
1 parent f7a377a commit cc8c373
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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,18 @@
display: none;
}

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

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

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

0 comments on commit cc8c373

Please sign in to comment.