/* stable dark appearance */
html{background:#dcecff}
html.dark-mode{background:#07101f;color-scheme:dark}
html.dark-mode body{background:#07101f}
body,body.dark{transition:none!important}
html.theme-switching *,html.theme-switching *::before,html.theme-switching *::after{transition:none!important;animation:none!important}
