Different colours for unread and read emails
Different colours for unread and read emails as the app is in black & white
-
SilverFox15 commented
I use the browser extension "Stylus" to modify/inject CSS to control the colors of web UIs.
e.g.:
/*
Protonmail.com
*//* New email*/
.item-container-row:not(.item-is-selected):not(.read):not(.active),
.item-container:not(.item-is-selected):not(.read):not(.active) {
background-color: #657ee4;
color: black;
font-weight: bold;
border: 2px solid red;
}/* selected */
.item-container.active,
.item-is-selected {
background-color: #00800061;
color: lightgray;
border: 1px solid white;
}/* read emails */
.item-container,
.item-container-row {
color: lightgray;
font-weight: 10;
}/* */
-
Robert commented
Unread email color and read email color are very close. Unread emails should be highlighted in something like green or the text should be bolded.
-
Anonymous commented
It's so difficult to distinguish btw unread and read emails... :( Not so usable as I was hoping for! Disappointed.