Use dark-mode native UI elements in dark mode where supported

pull/1086/head
Jed Fox 5 years ago
parent 0700f2d833
commit 6d8a44369c

@ -10,6 +10,13 @@ html {
@import 'global/print'; @import 'global/print';
} }
html._theme-default {
color-scheme: light only;
}
html._theme-dark {
color-scheme: dark only;
}
body { body {
height: 100%; height: 100%;
margin: 0; margin: 0;

Loading…
Cancel
Save