diff --git a/pages/plugins/live/pull/pull.nvue b/pages/plugins/live/pull/pull.nvue index dd7e9d7f..e2b16896 100644 --- a/pages/plugins/live/pull/pull.nvue +++ b/pages/plugins/live/pull/pull.nvue @@ -63,7 +63,7 @@ top: 0; left: 0; z-index: 9; - background: linear-gradient(to bottom, #330066, #000000); + background-image: linear-gradient(to bottom, #330066, #000000); } .live-content { position: absolute; diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index 0c9d26a6..ab011bfc 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -124,7 +124,7 @@ .live-ended { width: 100vw; height: 100vh; - background-image: linear-gradient(to bottom,#AD18F9,#05DFC7); + background: linear-gradient(to bottom,#AD18F9,#05DFC7); position: absolute; top: 0; left: 0;