Skip to content

Commit

Permalink
Fix toast messages visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Ulincsys <ulincsys@gmail.com>
  • Loading branch information
Ulincsys committed Jun 6, 2023
1 parent 037d00e commit 699878f
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 699878f

Please sign in to comment.