diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index a3254815..6ade810d 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -129,9 +129,9 @@ onMounted(() => { }) if (isBilibiliHomePage.value) { - // Force overwrite Bilibili Evolved body tag & html tag background color - document.body.style.setProperty('background-color', 'unset', 'important'); - document.documentElement.style.setProperty('background-color', 'unset', 'important'); + // Force overwrite Bilibili Evolved body tag & html tag background color + document.body.style.setProperty('background-color', 'unset', 'important') + document.documentElement.style.setProperty('background-color', 'unset', 'important') } if (mainAppRef.value) { @@ -255,40 +255,42 @@ function handleBackToTop() {