mirror of
https://github.com/hacks-guide/Guide-WiiU.git
synced 2026-08-27 02:54:31 -05:00
Default to preferred color scheme (#102)
* Default to preferred color scheme * Fallback to dark theme when no preferred color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user