7 lines
283 B
CSS
7 lines
283 B
CSS
/*
|
|
Imports the dark mode stylesheet only if the browser prefers dark mode
|
|
Dark mode can be forced by importing the CSS file below in the HTML
|
|
Light mode can be forced by not loading this file at all
|
|
*/
|
|
@import "/assets/style/dark-mode.css" (prefers-color-scheme: dark);
|