I don't like Fastmail dark theme, so here are my fixes.
Best works with colors:
#e0e2e3,#176bad,#24282b,#6ca8d2
Authortidy-easy-stockade
LicenseCopyleft
CategoryFastmail
Created
Updated
Size787 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
I don't like Fastmail dark theme, so here are my fixes.
Best works with colors:
#e0e2e3,#176bad,#24282b,#6ca8d2
Currently:
— changed colors for .v-AutoDeleteWarning
(message about auto-purge)
— changed colors for .v-Message-banner
(message about loading email images)
Done mainly for me, but you are welcome to suggest changes: wise.tree8232@fastmail.com
/* ==UserStyle==
@name Fastmail - dark theme fixes
@version 20220127.05.52
@namespace userstyles.world/user/tidy-easy-stockade
@description I don't like Fastmail dark theme, so here are my fixes.
@author tidy-easy-stockade
@license Copyleft
==/UserStyle== */
@-moz-document domain("fastmail.com") {
body {
--ui-critical-color-bg: hsl(204, 8.5%, 8.6%);
--ui-critical-color-fg-strong: hsl(204, 8.5%, 38.6%);
--ui-warning-color-bg: var(--ui-critical-color-bg);
--ui-warning-color-border: var(--ui-critical-color-fg-strong);
--ui-snooze-color-bg: hsl(204, 8.5%, 12%);
--ui-snooze-color-fg: hsl(204, 8.5%, 70%);
}
.v-AutoDeleteWarning {
font-size: 12px;
}
.v-Message-banner {
color: hsl(204, 8.5%, 58.6%);
}
}