We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ad5a2 commit 9689413Copy full SHA for 9689413
template/components/InteractiveDemo/InteractiveDemo.css
@@ -1,5 +1,5 @@
1
.interactive-demo {
2
- color-scheme: light;
+ color-scheme: inherit;
3
}
4
5
.interactive-demo__layout {
@@ -8,7 +8,6 @@
8
9
.interactive-demo__controls {
10
padding: var(--db-spacing-fixed-2xs);
11
- background: var(--db-adaptive-bg-basic-level-1-default);
12
border-radius: var(--db-border-radius-sm);
13
border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
14
position: sticky;
0 commit comments