fix: Background dark mode colour issue in campaign view (#4416)
This commit is contained in:
parent
5ea0436051
commit
14e6a5d6b0
2 changed files with 1 additions and 5 deletions
|
@ -302,9 +302,4 @@ export default {
|
|||
|
||||
<style lang="scss">
|
||||
@import '~widget/assets/scss/woot.scss';
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue