Skip to content

Commit

Permalink
Fix "Create new room" button in dark mode (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmingjie authored Jun 2, 2020
1 parent e7c37e5 commit 155a9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,8 @@ html.dark-mode ._1p1u ._1p1v {
/* Invert the top left sidebar buttons */
html.dark-mode ._30yy._6ymd._2agf,
html.dark-mode ._30yy._6-xp._6-xq,
html.dark-mode ._30yy._6-xf._6-xg {
html.dark-mode ._30yy._6-xf._6-xg,
html.dark-mode ._30yy._94py a {
filter: invert(1);
}

Expand Down

0 comments on commit 155a9c7

Please sign in to comment.