Skip to content

Instantly share code, notes, and snippets.

@arthurattwell
Last active June 15, 2021 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurattwell/468233e5c9a99b4f98c2d1dfcd675924 to your computer and use it in GitHub Desktop.
Save arthurattwell/468233e5c9a99b4f98c2d1dfcd675924 to your computer and use it in GitHub Desktop.
/* Extra styles for Gmail applied with Stylus
in combination with Gmail's dark theme
and the simpl.fyi Gmail v2 Firefox extension */
/* System fonts for Gmail */
.yW,
.hx .gD,
.xY,
.zA > .a4W,
.zA > .xW,
.yi, .y6,
.a3s, .g6 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.6;
}
/* Override Simplify */
html.simplify:not(.htmlEmail) div[role="listitem"] .a3s {
font-size: 1rem !important;
}
/* Extra styles for Gmail applied with Stylus
in combination with Gmail's dark theme
and the simpl.fyi Firefox extension */
/* Max width on email */
table.Bs.nH.iY.bAt {
max-width: 50em;
margin: auto;
}
/* Nicer, larger font for email list */
.yW,
.hx .gD,
.xY,
.zA > .a4W,
.zA > .xW,
.yi, .y6 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.6;
}
/* Less prominent tabs bar */
.aKh {
background-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment