Skip to content

black tutanota webmail by quantenzitrone

Screenshot of black tutanota webmail

Details

Authorquantenzitrone

LicenseGPLv3 or later

Categorytutanota

Created

Updated

Size876 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A small css override that makes most of the background in tutanota webmail black.

Notes

Requires Tutanota dark mode to look good.

Source code

/* ==UserStyle==
@name           black tutanota webmail
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A small css override that makes most of the background in tutanota webmail black.
@author         quantenzitrone
==/UserStyle== */
@-moz-document domain("mail.tutanota.com") {
    /* main black darkmode overrides */
    html {
        background: #000 !important;
    }

    body,
    drawer-menu,
    .col,
    .header-nav,
    .list-bg,
    .content-bg,
    div.border-radius-big:nth-child(1) {
        background: transparent !important;
    }

    /* separate email header */
    .header {
        background: #111 !important;
        border-radius: 6px !important;
    }

    /* misc fixes */
    .scroll {
        border: 0 !important;
    }

    .hr {
        display: none !important;
    }
}

Reviews

No reviews yet.