mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
952 B
952 B
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|---|
| TASK-89 | Update default subtitle background RGBA | Done | 2026-02-20 05:43 | 2026-02-20 05:44 | low |
Description
Set default subtitle background color to rgb(30, 32, 48, 0.88) as requested.
Acceptance Criteria
- #1 Default subtitle background color value matches requested string.
- #2 Config tests pass.
- #3 Default subtitle background color value matches requested string.
- #4 Config tests pass.
Implementation Notes
Updated default subtitle background to rgb(30, 32, 48, 0.88) in config defaults, renderer fallback CSS, and docs/examples. Added regression assertion in src/config/config.test.ts. Verified with bun test src/config/config.test.ts (33/33 pass).