Skip to content

Commit

Permalink
fix white bg for zoom in/out when uploading new avatar (closes #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Nov 27, 2018
1 parent 92a580b commit afb8194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WhatsApp.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@
/* Text color. */
._2fq0t * {
color: var(--light); }
/* Zoom in/out. */
._2LALH {
background-color: var(--dark) !important; }

/* Option/select elements. */
.uyEaY select {
Expand Down

0 comments on commit afb8194

Please sign in to comment.