We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8176a5e commit 97f857dCopy full SHA for 97f857d
1 file changed
src/viewer/App.scss
@@ -38,6 +38,17 @@
38
--incoming-frame-color: #ce5500;
39
}
40
41
+// TODO: is there a way not to duplicate?
42
+@media(prefers-color-scheme: light) {
43
+ :root {
44
+ --base-text-color: #222;
45
+ --grey-text-color: #888;
46
+ --ascii-view-color: #444;
47
+ --main-background-color: #f8f8f8;
48
+ --outgoing-frame-color: #f6ffd0;
49
+ --incoming-frame-color: #ffe6ca;
50
+ }
51
+}
52
.App {
53
font-family: 'Segoe UI', Tahoma, sans-serif;
54
font-size: 12px;
0 commit comments