Skip to content

Catppuccin for Gmail by EliWimmer

Details

AuthorEliWimmer

LicenseNo License

Categorymail.google.com/

Created

Updated

Code size513 B

Code checksum84aa2c62

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CSS Selectors that shouldn't break all the time.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       mail.google.com/mail/u/0/
@version    20250130.18.19
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://mail.google.com/mail/u/0/#inbox") {
[role="navigation"] {
    background: #1e1e2e !important;
}
[style^="position: relative"] :has(h1) {
    background: #1e1e2e !important;
}

[role="main"] {
    background: #313244 !important;
}

[role="navigation"] ~ :nth-child(2) {
    border-radius: 6px !important;
}

[id*="search"] {
    background: #313244 !important;
}
}

Reviews

No reviews yet.