fix progress bar color

This commit is contained in:
Novattz
2025-11-16 20:39:02 +01:00
parent 308b284d17
commit 08282c8a22

View File

@@ -18,7 +18,7 @@
.progress-bar { .progress-bar {
width: 100%; width: 100%;
height: 8px; height: 8px;
background: var(--border-dark); background: var(--primary-color);
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);