A new userstyle
Cami - Gmail by HeyItsCami
Details
AuthorHeyItsCami
LicenseNo License
Categorymail.google.com
Created
Updated
Size758 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 10/14/2023, 3:46:25 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com") {
.bkK > .nH {
background: rgba(255, 255, 255, 0.3) !important;
}
.zt, .zt > tbody {
background: rgba(255, 255, 255, 0.5);
}
.Di > .amH, .Dj {
color: #fff !important;
}
[title="Inbox"] {
background: linear-gradient(0deg, #C02425, #F0CB35);
background-color: transparent !important;
}
[title="Trades"] {
background: linear-gradient(0deg, #d9a7c7, #fffcdc);
background-color: transparent !important;
}
}