Skip to content

Commit

Permalink
Change the color of the message dot on the feedback button to yellow.
Browse files Browse the repository at this point in the history
This is as discussed in openwebwork#939 (post merge).
  • Loading branch information
drgrice1 committed Dec 1, 2023
1 parent f8ff076 commit 240e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/Problem/problem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
left: 100%;
border: 1px solid black;
border-radius: 50%;
background-color: #dc3545;
background-color: var(--bs-warning);
padding: 0.25rem;
}
}
Expand Down

0 comments on commit 240e9f6

Please sign in to comment.