Skip to content

Commit

Permalink
Fix Embedded Twitter media
Browse files Browse the repository at this point in the history
Invert rule applied to embedded twitter media.
  • Loading branch information
friendlyanon authored Nov 9, 2016
1 parent ac9e220 commit 0e221f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about-pages-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
url(about:webrtc),
url(about:welcomeback)
{
:root
:root:not(html#SandboxRoot)
{ /* invert */
filter: invert(100%) hue-rotate(180deg) contrast(90%) saturate(200%) brightness(125%);
background-color: black;
Expand Down

0 comments on commit 0e221f0

Please sign in to comment.