Last active
September 17, 2016 20:18
-
-
Save czekaj/fc3f5b7abbfe1b7f6a05f3b1503ad523 to your computer and use it in GitHub Desktop.
Dark and compact theme for Inbox by Gmail
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
.lQ { | |
background: #222 !important; | |
bottom: 0; | |
color: #aaa; | |
line-height: 20px !important; | |
overflow-x: hidden; | |
overflow-y: hidden; | |
padding: 0 0 0 !important; | |
position: absolute; | |
white-space: nowrap; | |
width: 156px !important; | |
top: 0; | |
} | |
.M .bz { | |
width: auto; | |
margin-left: 162px; | |
margin-right: 0px; | |
} | |
.an { | |
padding: 1px 0 !important; | |
color: #aaa; | |
background: #222 !important; | |
} | |
.jS { | |
margin: 2px 0 !important; | |
} | |
.jS+.kl:not(.nN) { | |
margin-top: 0px !important; | |
} | |
.iG { | |
width: 32px !important; | |
} | |
.hY { | |
width: 100px !important; | |
} | |
body { | |
background: #222 !important; | |
} | |
.dK, .hA { | |
color: #ddd !important; | |
} | |
.ss, .qG { | |
color: #eee !important; | |
} | |
.h8 { | |
color: #aaa !important; | |
} | |
.r6 { | |
color: #aaa !important; | |
} | |
.az { | |
background-color: #333 !important; | |
} | |
.b4, .b4 .at { | |
background: #111 !important; | |
} | |
.b4 .at::before { | |
box-shadow: inset -24px 0 12px -12px #333 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment