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 51a356b commit d757878Copy full SHA for d757878
theme.css
@@ -11,6 +11,7 @@
11
--vpt-bg-alt: #f6f6f7;
12
--vpt-border: #c2c2c4;
13
--vpt-text-1: rgba(60, 60, 67);
14
+ --vpt-preview-bg: #ffffff;
15
}
16
17
:root[data-theme="dark"] {
@@ -21,6 +22,7 @@
21
22
--vpt-bg-alt: #161618;
23
--vpt-border: #3c3f44;
24
--vpt-text-1: rgba(255, 255, 245, 0.86);
25
+ --vpt-preview-bg: #242424;
26
27
28
:root {
@@ -73,4 +75,8 @@
73
75
--code-background-color: var(--vpt-gray-soft);
74
76
--code-color: var(--vpt-indigo-1);
77
78
+
79
+ iframe {
80
+ background-color: var(--vpt-preview-bg);
81
+ }
82
0 commit comments