chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-15 09:50:00 -07:00
parent 39ce5ea05c
commit ea67473957
No known key found for this signature in database
7 changed files with 48 additions and 36 deletions

View file

@ -4,8 +4,8 @@
overflow: hidden;
height: var(--sizing-lg);
width: 100%;
}
.progress-bar {
background-color: var(--accent-color);
& .progress-bar {
background-color: var(--accent-color);
}
}