Refactor: Update CSS variables

Fix Progress bar
This commit is contained in:
MasterAcnolo
2026-04-11 15:17:05 +02:00
parent 24460cf0b5
commit 00c542925c
20 changed files with 165 additions and 120 deletions

View File

@@ -50,7 +50,7 @@ form#downloadForm {
align-items: center;
align-self: center;
gap: 0.5em;
color: var(--form-input-text-color);
color: var(--audio-only-label-color);
}
#UrlInput {
@@ -108,6 +108,7 @@ form#downloadForm {
}
.paste-btn svg {
color: var(--paste-button-icon-color);
width: 30px;
height: 30px;
}