Last active
March 10, 2022 20:38
-
-
Save xaprb/65f146b2c9c327e572d7c73f8525a7e6 to your computer and use it in GitHub Desktop.
Make GMail's design less horrendous using Stylebot
This file contains hidden or 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
#gb { | |
background-color: #4285f4; | |
box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28); | |
} | |
.zA.yO { | |
background-color: white; | |
box-shadow: 0 0 4px rgba(0,0,0,.14); | |
} | |
div.aeG { | |
display: none; | |
} | |
div.gb_fa.gb_f { | |
background-color: transparent; | |
border: none; | |
width: 46px; | |
} | |
div.gb_ga { | |
display: none; | |
} | |
div.nH.ar4.z, div.nH.ar4.B { | |
margin-left: auto; | |
margin-right: auto; | |
max-width: 840px; | |
padding-right: 72px; | |
} | |
div.nH.ar4.z img, div.nH.ar4.B img { | |
max-width: 100% ; | |
} | |
img.gb_ma.gb_ia { | |
display: none; | |
} |
Author
xaprb
commented
Mar 7, 2019
To get the text color to be white in the header, and to set the background to the gray color, I used GMail's built-in themes and selected Dusk. That's not part of my custom CSS.
To collapse the left-hand navigation menu, click the hamburger icon at the top left.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment