/*
|--------------------------------------------------------------------------
| Lumos
|--------------------------------------------------------------------------
*/


html[data-theme="light"] {

    color-scheme: light;

}


html[data-theme="dark"] {

    color-scheme: dark;

}