The last Gmail view don't render the unread message so visible:
This userstyle do it by giving them a more darker background,
and Bolder the subject (as it was before...)
GMAIL Highlight Unread mail v.2 by decembre
Details
Authordecembre
Licenseunlicense
Categorygmail, google, mail, email
Created
Updated
Size739 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 GMAIL Highlight Unread mail v.2
@namespace https://userstyles.world/user/decembre
@version 2.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.2 ==== */
/* MAIL NOT READ */
/* BACKROUND */
.zA:not(.yO) {
background: #dfe6ef !important;
}
/* BOLDER */
.zA:not(.yO) .xS span .bqe {
font-family: arial !important;
font-weight: 600 !important;
/* color: red !important; */
/* background: blue !important; */
}
/* ==== END ==== */
}