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">
|
<style lang="scss">
|
||||||
@import '~widget/assets/scss/woot.scss';
|
@import '~widget/assets/scss/woot.scss';
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
html {
|
||||||
|
color-scheme: dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue