chore: fix scroll bar color in the dark mode (#4404)
This commit is contained in:
parent
c2afdd5c93
commit
5b490bc8cc
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue