Skip to content

Proton Mail — Dark Messages by koooo

Screenshot of Proton Mail — Dark Messages

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

Dark messages UI fix for Proton Mail.

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;
    }
  }
}

Reviews

No reviews yet.