Skip to content

Instantly share code, notes, and snippets.

@fmoliveira
Last active May 1, 2021 01:28
Show Gist options
  • Save fmoliveira/4167f8b6e89891542125f04379d73729 to your computer and use it in GitHub Desktop.
Save fmoliveira/4167f8b6e89891542125f04379d73729 to your computer and use it in GitHub Desktop.
Better Gmail - User Styles

Better Gmail - User Styles

Turns a boring whitey email table into a beautiful and comfortable translucent table. Works better with a beautiful wallpaper and some blur.

Features:

  • Slightly reduces the opacity of email rows and header
  • Adds a subtle border between email rows for extra reading comfort
  • Change labels colours to be more eye-catching

Disclaimer: this screws up the background on gmail settings, but since I almost never use it, I didn't feel into investing time to make that better.

tr {
background: rgba(215,225,235,0.7) !important;
border-bottom: 1px solid rgba(235,235,235,0.1);
}
[data-message-id] tr {
background: initial !important;
}
tr div[title]:not([title=""]) {
background: gold !important;
}
form tr {
background: initial !important;
}
[id=":3"] div {
background-color: initial !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment