Last active
November 19, 2021 18:00
-
-
Save tianyuf/0de61cd7c9869ef091e8 to your computer and use it in GitHub Desktop.
FastMail Megaminimal
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
/* 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