Last active
October 9, 2018 16:15
-
-
Save am/27070e66da45cb8aa4fd10155bf806ba to your computer and use it in GitHub Desktop.
Gmail Dark Overrides
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
/* sidebar */ | |
.aZ6 { | |
background-color: #282a2e; | |
} | |
/* sidebar-bottom */ | |
.bhZ.bym .aj5, .vhZ.bjB .aj5 { | |
background-color: #1d1f21; | |
} | |
/* header */ | |
header.gb_Ta { | |
background-color: #282a2e !important; | |
box-shadow: 0 0 16px rgba(0, 0, 0, 0.75); | |
} | |
.gb_fe .gb_Se { | |
background-color: #1d1f21; | |
} | |
/* messages list item */ | |
.zA { | |
background-color: #1d1f21; | |
} | |
.zA:hover { | |
box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.12); | |
background-color: #282a2e; | |
} | |
/* topbar tools */ | |
.G-atb, .aeH { | |
background-color: #282a2e; | |
} | |
/* compose button */ | |
.z0>.L3 { | |
color: #ffffff; | |
background-color: #373b41; | |
} | |
.z0>.L3:hover, .z0>.L3:focus { | |
background-color: #1d1f21; | |
} | |
/* main container */ | |
.bkK { | |
background-color: #1d1f21; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment