Fix dark text on package header progress bars (CSS specificity override)
Some checks are pending
Build and Release / build (push) Waiting to run
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:
parent
19769ea0bb
commit
7fe7d93e83
@ -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",
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user