fix: basic font-size (#701)

This commit is contained in:
star knight
2024-05-02 13:43:49 +08:00
committed by GitHub
parent dd24072f02
commit 1e6973a343
4 changed files with 20 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ onMounted(() => {
// Force overwrite Bilibili Evolved body tag & html tag background color
document.body.style.setProperty('background-color', 'unset', 'important')
}
document.documentElement.style.setProperty('font-size', '14px')
// document.documentElement.style.setProperty('font-size', '14px')
document.addEventListener('scroll', () => {
if (window.scrollY > 0)