fix: improve secondary subtitle readability

This commit is contained in:
2026-03-07 23:51:23 -08:00
parent 55dff6ced7
commit f775f90360
6 changed files with 153 additions and 10 deletions

View File

@@ -50,10 +50,10 @@ export const SUBTITLE_DEFAULT_CONFIG: Pick<ResolvedConfig, 'subtitleStyle'> = {
wordSpacing: 0,
fontKerning: 'normal',
textRendering: 'geometricPrecision',
textShadow: '0 3px 10px rgba(0,0,0,0.69)',
backgroundColor: 'transparent',
textShadow: '0 2px 4px rgba(0,0,0,0.95), 0 0 8px rgba(0,0,0,0.8), 0 0 16px rgba(0,0,0,0.55)',
backgroundColor: 'rgba(20, 22, 34, 0.78)',
backdropFilter: 'blur(6px)',
fontWeight: 'normal',
fontWeight: '600',
fontStyle: 'normal',
},
},