Skip to content

Commit

Permalink
Update googlemeet-dark.user.css
Browse files Browse the repository at this point in the history
* Fix dropdown icon colors
* Fix your meeting's ready meeting nickname (Resolves #7)
  • Loading branch information
mxdanger committed Mar 25, 2021
1 parent ab07506 commit 435e36a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion googlemeet-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
.gb_ta svg {
color: var(--gm-secondary-icon-color);
}
.VfPpkd-xl07Ob .VfPpkd-rymPhb-IhFlZd, .VfPpkd-xl07Ob .VfPpkd-rymPhb-f7MjDc {
.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-IhFlZd, .VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-f7MjDc {
color: currentcolor;
}
/* Header */
Expand Down Expand Up @@ -1507,6 +1507,13 @@
.w29hZ {
color: var(--gm-label-color);
}
/* Your meeting's ready dialog: meeting nickname */
.XB1gcc {
color: var(--gm-body-text-color);
}
.Q78Kdb {
color: var(--gm-label-color);
}
/* Meeting safety dialog */
.JjUzx {
color: var(--gm-label-color);
Expand Down

0 comments on commit 435e36a

Please sign in to comment.