Skip to content

Commit

Permalink
Merge pull request #2434 from chaoss/fix-toast-messages
Browse files Browse the repository at this point in the history
Fix toast messages visibility
  • Loading branch information
sgoggins authored Jun 6, 2023
2 parents 037d00e + 699878f commit aa7be27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion augur/static/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ body {

.toast {
background-color: var(--color-notice);
color: var(--color-fg);
color: var(--color-bg);
z-index: 100000;
}

#toast-placeholder {
Expand Down

0 comments on commit aa7be27

Please sign in to comment.