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

@@ -4,9 +4,9 @@
gap: 10px;
padding: 10px 20px;
background: var(--form-bg-color);
border: 2px solid var(--mp3-text-color);
border: 2px solid var(--audio-only-label-color);
border-radius: 8px;
color: var(--mp3-text-color);
color: var(--audio-only-label-color);
font-weight: bold;
animation: pulse 1.2s infinite;
}