Skip to content

Instantly share code, notes, and snippets.

@tianyuf
Last active November 19, 2021 18:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianyuf/0de61cd7c9869ef091e8 to your computer and use it in GitHub Desktop.
Save tianyuf/0de61cd7c9869ef091e8 to your computer and use it in GitHub Desktop.
FastMail Megaminimal
/* This theme works with Stylish and FastMail.com Web. Please first set your FastMail theme to "Minimal". */
body {
font-family: "Roboto", sans-serif;
}
a {
color: #003445;
}
.app-toolbar {
background: #fff;
}
.app-toolbar>.v-Toolbar-section>.v-Button {
background: #fff;
border-color: #fff;
color: #003445;
font-size: 15px;
font-family: "Source Sans Pro", sans-serif;
cursor: pointer;
}
.v-Toolbar-section>.v-Button {
border: 0px;
}
.v-Toolbar-section>.v-Button:hover {
color: #4099ff;
}
.v-Toolbar {
background: #fff;
}
.v-Toolbar-section>.v-Button {
background: #fff;
border-color: #fff;
color: #003445;
font-size: 15px;
font-family: "PT Sans";
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment