diff options
Diffstat (limited to 'src/client/app/mobile/views/pages/welcome.vue')
| -rw-r--r-- | src/client/app/mobile/views/pages/welcome.vue | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/client/app/mobile/views/pages/welcome.vue b/src/client/app/mobile/views/pages/welcome.vue index 4e24f70ffc..32f74bfe3a 100644 --- a/src/client/app/mobile/views/pages/welcome.vue +++ b/src/client/app/mobile/views/pages/welcome.vue @@ -122,9 +122,8 @@ export default Vue.extend({ </script> <style lang="stylus" scoped> -root(isDark) +.wgwfgvvimdjvhjfwxropcwksnzftjqes text-align center - //background #fff > .banner position absolute @@ -317,10 +316,4 @@ root(isDark) margin 16px 0 0 0 opacity 0.7 -.wgwfgvvimdjvhjfwxropcwksnzftjqes[data-darkmode] - root(true) - -.wgwfgvvimdjvhjfwxropcwksnzftjqes:not([data-darkmode]) - root(false) - </style> |