Skip to content

Commit

Permalink
Update progress bar style
Browse files Browse the repository at this point in the history
  • Loading branch information
davibe committed Jun 18, 2024
1 parent bf79a5b commit b1178f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/setup/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ select {
}

progress {
--bg-color: #e0e0df;
--filler-color: #27496a;
--bg-color: var(--gray-40);
--filler-color: var(--gray-70);
--radius: 3em;
height: 4px;
height: 8px;
width: 100%;
background-color: var(--bg-color);
border-radius: var(--radius);
Expand Down

0 comments on commit b1178f9

Please sign in to comment.