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()