Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userContent clobbers ProtonMail composer background #30

Open
proof-by-accident opened this issue Aug 26, 2020 · 0 comments
Open

userContent clobbers ProtonMail composer background #30

proof-by-accident opened this issue Aug 26, 2020 · 0 comments

Comments

@proof-by-accident
Copy link

Raising this issue in case someone else has the same problem. The lines:

@-moz-document url(about:blank), url(about:newtab), url(about:home) {
    html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
      background: var(--mff-bg) !important;
    }
  }

cause the ProtonMail client composer to take on whichever color you've set as --mf-bg (in my base #000000). To fix I just commented out the line and the overall theme seems unbroken, but there may be a smarter fix (I'm crap at CSS, sorry).

@proof-by-accident proof-by-accident changed the title userContent Clobbers ProtonMail composer background userContent clobbers ProtonMail composer background Aug 26, 2020
ellsclytn added a commit to ellsclytn/one-dark-minimal-functional-fox that referenced this issue Nov 22, 2020
The background in ProtonMail's text input was dark, making for
near-unreadable text.

Fix found at mut-ex#30 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant