Skip to content

Commit

Permalink
Merge pull request #8 from friendlyanon/fix-twitter-embed-media
Browse files Browse the repository at this point in the history
exclude embedded Twitter iframes from about:blank inversion
  • Loading branch information
NiklasGollenstede authored Nov 9, 2016
2 parents ac9e220 + 0e221f0 commit 49e78bc
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 49e78bc

Please sign in to comment.