Skip to content

Commit

Permalink
fix: sandbox background
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 25, 2024
1 parent 15785fa commit 788b0b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sandbox/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ onBeforeMount(async () => {
}
}
body:has(.sandbox-container.dark) {
background: var(--kui-color-background-neutral-stronger, color.adjust($kui-color-background-neutral-strongest, $lightness: 5%));
html,
body {
&:has(.sandbox-container.dark) {
background: var(--kui-color-background-neutral-stronger, color.adjust($kui-color-background-neutral-strongest, $lightness: 5%));
}
}
.page-header {
Expand Down

0 comments on commit 788b0b0

Please sign in to comment.