:root[data-theme=light]{color-scheme:light;--bg:#fff;--accent-bg:#f5f7ff;--text:#212121;--text-light:#585858;--border:#898ea4;--accent:#0d47a1;--accent-hover:#1266e2;--accent-text:var(--bg);--code:#d81b60;--preformatted:#444;--marked:#ffdd33;--disabled:#efefef}:root[data-theme=light] img,:root[data-theme=light] video{opacity:1}:root[data-theme=dark]{color-scheme:dark;--bg:#212121;--accent-bg:#2b2b2b;--text:#dcdcdc;--text-light:#ababab;--accent:#ffb300;--accent-hover:#ffe099;--accent-text:var(--bg);--code:#f06292;--preformatted:#ccc;--disabled:#111}:root[data-theme=dark] img,:root[data-theme=dark] video{opacity:.8}.nav-icons-container{display:flex;align-items:center;flex:none}header nav .nav-icons-container a{flex:none;border:none!important;border-radius:0!important;padding:.4rem .75rem!important;display:flex;align-items:center;justify-content:center;margin:0;background:0 0!important}header nav .nav-icons-container a:hover{background:0 0!important}header nav .nav-icons-container a svg.icon{margin:0;padding:0;width:1em;height:1em}header nav .nav-icons-container a.rss-icon-link svg.icon{fill:#f26522!important}.theme-toggle-icon{cursor:pointer}html[data-theme=dark] .icon-moon{display:none}html[data-theme=dark] .icon-sun{display:inline-block}html[data-theme=light] .icon-sun{display:none}html[data-theme=light] .icon-moon{display:inline-block}@media(prefers-color-scheme:dark){html:not([data-theme=light]) .icon-moon{display:none}html:not([data-theme=light]) .icon-sun{display:inline-block}}@media(prefers-color-scheme:light){html:not([data-theme=dark]) .icon-sun{display:none}html:not([data-theme=dark]) .icon-moon{display:inline-block}}