We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aabca3 commit f3dc38bCopy full SHA for f3dc38b
devkit/samples/survey/style.css
@@ -11,6 +11,19 @@
11
--content-padding: 20px;
12
}
13
14
+@media (prefers-color-scheme: dark) {
15
+ :root {
16
+ --backdrop-background-color: #1b3445;
17
+ --content-background-color: #191919;
18
+ --accent-color: #f7ede2;
19
+ --text-color: #dcdde3;
20
+ --border-color: #f7ede2;
21
+ --button-hover-text-color: white;
22
+ --button-hover-bg-color: #f7ede2;
23
+ }
24
+}
25
+
26
27
#bottom-buttons {
28
--button-bg-color: transparent;
29
@@ -161,4 +174,10 @@ h2 {
161
174
border-radius: 20px;
162
175
box-shadow: 0px 15px 73px 0px rgba(0,0,0,0.65);
163
176
177
178
179
+@media screen and (prefers-color-scheme: dark) and (min-width: 640px) and (min-height: 640px) {
180
+ #content {
181
+ border: 1px solid #494949;
182
164
183
0 commit comments