CSS Selectors that shouldn't break all the time.
Catppuccin for Gmail by EliWimmer
Details
AuthorEliWimmer
LicenseNo License
Categorymail.google.com/
Created
Updated
Size513 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 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;
}
}