Gmail unread email with more darker background
目前為
/* ==UserStyle==
@name GMAIL Highlight Unread mail v.1
@namespace https://userstyles.world/user/decembre
@version 1.0.0
@description Gmail unread email with more darker background
@author decembre
@license unlicense
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
/* === 0- GMAIL Highlight Unread mail v.1 ==== */
/* MAIL NOT READ */
.zA:not(.yO) {
background: #dfe6ef !important;
}
/* ==== END ==== */
}