Skip to content

Instantly share code, notes, and snippets.

@jkoelker
Last active December 12, 2019 17:32
Show Gist options
  • Save jkoelker/1d7fa2d85ca342998ff7948268379102 to your computer and use it in GitHub Desktop.
Save jkoelker/1d7fa2d85ca342998ff7948268379102 to your computer and use it in GitHub Desktop.
Gmail Message Dark
/*Message Background*/ .Bk, .Bu {
background: #111 !important;
}
/*Message Background*/ .Bk {
background: #111 !important;
}
.kQ .Bk .G2 {
background: #111 !important;
color: #999 !important;
}
.kv .Bk .G2, .kQ .Bk .G2 {
background: #111 !important;
color: #999 !important;
}
span.im {
color: #555 !important;
}
/*Text*/ .hx, .gD, .hx .gH {
color: #999 !important;
}
/*Button*/ .Un {
background: #111 !important;
border: 1px solid #111 !important;
box-shadow: inset 0 0 5px #555 !important;
}
/*Text Color*/ .hP {
color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment