Color the pinned emails in your Fastmail inbox with a special background color
app.fastmail.com by tante
Details
Authortante
LicenseCC-BY-SA
Categoryfastmail.com
Created
Updated
Code size381 B
Code checksumacbc8ec1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name app.fastmail.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author tante <tante@tante.cc>
@preprocessor stylus
@var color pinnedBG "Pinned Mail background" #680a94
==/UserStyle== */
@-moz-document domain("app.fastmail.com") {
.is-pinned{
background: pinnedBG ;
}
}