Skip to content

Instantly share code, notes, and snippets.

@r14c
Created December 2, 2015 07:40
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 r14c/de2af14f88f82ebe0e0f to your computer and use it in GitHub Desktop.
Save r14c/de2af14f88f82ebe0e0f to your computer and use it in GitHub Desktop.
Fastmail Dark User Style
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.fastmail.com") {
.MainNavToolbar,
.app-list,
.app-belowViewBar,
.app-listItem-link,
.v-Sidebar--showRefresh,
.v-Toolbar.app-toolbar {
color: #ddd !important;
background-color: #1C2126 !important;
border: 1px solid #333;
}
.v-FolderSource:hover,
a[title="Shortcut: c"]:hover { color: #39424d }
.app-listItem { border: 4px solid #000; }
.app-listItem:hover { border-right-color: #ddd !important; }
.v-StatusBar,
.v-Select,
.v-Button { color: #000 !important; }
.v-Button:hover { cursor: pointer; }
.app-source.is-selected { background-color: #39424d; }
.app-source.is-selected:hover { background-color: #ddd; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment