Default to preferred color scheme (#102)

* Default to preferred color scheme

* Fallback to dark theme when no preferred color
This commit is contained in:
Pk11
2021-06-20 05:20:09 -05:00
committed by GitHub
parent f0ea5c1e8f
commit 44acba00be
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
@import url("dark.css");
@import url("light.css") (prefers-color-scheme: light);
.markdown-section iframe[src*="buttons.github.io"] {
margin: 0;
}