Last active
December 12, 2019 17:32
-
-
Save jkoelker/1d7fa2d85ca342998ff7948268379102 to your computer and use it in GitHub Desktop.
Gmail Message Dark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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