chore: fix scroll bar color in the dark mode (#4404)

This commit is contained in:
Sivin Varghese 2022-04-07 07:14:40 +05:30 committed by GitHub
parent c2afdd5c93
commit 5b490bc8cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,4 +302,9 @@ export default {
<style lang="scss">
@import '~widget/assets/scss/woot.scss';
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
}
</style>