Dark message images UI fix for Proton Mail
Proton Mail — Dark Message Images by koooo
Details
Authorkoooo
LicenseNo License
Categorymail.proton.me
Created
Updated
Size374 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Proton Mail — Dark Message Images
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark message images UI fix for Proton Mail
@author koooo
==/UserStyle== */
@-moz-document domain("mail.proton.me") {
#proton-root.proton-dark-theme img {
filter: invert(1) hue-rotate(180deg) !important;
}
}