Fix dark text on package header progress bars (CSS specificity override)
Some checks are pending
Build and Release / build (push) Waiting to run

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe 2026-03-02 23:35:22 +01:00
parent 19769ea0bb
commit 7fe7d93e83
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.5.34",
"version": "1.5.35",
"description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",

View File

@ -1103,6 +1103,11 @@ body,
font-size: 13px;
}
.package-card header .progress-inline-text-filled,
.package-card header .progress-size-text-filled {
color: #0a0f1a;
}
.pkg-toggle {
display: inline-flex;