Dark messages UI fix for Proton Mail.
Proton Mail — Dark Messages by koooo
Details
Authorkoooo
LicenseNo License
Categorymail.proton.me
Created
Updated
Size458 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 Messages
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark messages UI fix for Proton Mail
@author koooo
==/UserStyle== */
@-moz-document domain("mail.proton.me") {
.message-content.dark-style {
background: black !important;
}
#proton-root.proton-dark-theme {
* {
color: white !important;
background: black !important;
}
}
}