Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 29, 2024
1 parent 5ee3219 commit efba351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ body.dark {

}
.dark .html__progress {
background: var(--title-color);
background: var(--text-color);

}
.dark .html__progress-full {
background-color: var(--first-color-alt);
border: 2px solid var(--title-color);
border: 2px solid var(--text-color);
}
.dark .html__options-list {
background-color: var(--text-color);
Expand Down

0 comments on commit efba351

Please sign in to comment.