chore: Adjust Bilibili homepage top bar color and style

This commit is contained in:
Hakadao
2024-08-13 00:15:15 +08:00
parent 1575f06136
commit 5c8ea6a618
4 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import { useDark } from '~/composables/useDark'
import { OVERLAY_SCROLL_BAR_SCROLL } from '~/constants/globalEvents'
import { AppPage, LanguageType } from '~/enums/appEnums'
import { accessKey, settings } from '~/logic'
import { getUserID, hexToHSL, isHomePage, scrollToTop } from '~/utils/main'
import { getUserID, isHomePage, scrollToTop } from '~/utils/main'
import emitter from '~/utils/mitt'
const { isDark } = useDark()

View File

@@ -1,5 +1,9 @@
.bewly-design {
// Implement specific modifications to the page, like tweaking the layout, and place those styles here
.large-header {
background-color: transparent;
}
.bili-header .slide-down,
.bili-header .mini-header {
background-color: var(--bew-elevated) !important;

View File

@@ -6,4 +6,4 @@ import 'uno.css'
import './adaptedStyles'
import './transitionAndTransitionGroup.scss'
import './blockAds.scss'
import './remove-original-top-bar.scss'
import './removeBiliTopBar.scss'