Skip to content

Commit

Permalink
change foreground of warning toast icon, fixes #1189
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jul 21, 2020
1 parent 6c8ab59 commit 3a64f4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -21900,6 +21900,10 @@
background-color: #484848 !important;
color: #ccc !important;
}
/* change foreground color of yellow boxes */
.Toast--warning .Toast-icon {
color: #222;
}
/* svg styling */
line, rect, path {
shape-rendering: geometricPrecision !important;
Expand Down
4 changes: 4 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,10 @@
background-color: #484848 !important;
color: #ccc !important;
}
/* change foreground color of yellow boxes */
.Toast--warning .Toast-icon {
color: #222;
}
/* svg styling */
line, rect, path {
shape-rendering: geometricPrecision !important;
Expand Down

0 comments on commit 3a64f4d

Please sign in to comment.