mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(danmaku): update font override CSS selector for better specificity
This commit is contained in:
@@ -85,7 +85,7 @@ export function setupNecessarySettingsWatchers() {
|
||||
() => {
|
||||
if (settings.value.overrideDanmakuFont) {
|
||||
danmakuFontStyleEl = injectCSS(`
|
||||
.bewly-design .bili-danmaku-x-dm {
|
||||
.bewly-design.modify-fonts .bili-danmaku-x-dm {
|
||||
font-family: var(--bew-fonts) !important;
|
||||
}
|
||||
`)
|
||||
|
||||
Reference in New Issue
Block a user