fix: Background dark mode colour issue in campaign view (#4416)

This commit is contained in:
Sivin Varghese 2022-04-08 10:54:51 +05:30 committed by GitHub
parent 5ea0436051
commit 14e6a5d6b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -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>