From fee29081c17cbd0f95bead76561b3147d9e14f3f Mon Sep 17 00:00:00 2001 From: David Ch Date: Tue, 23 Jul 2019 12:15:37 +0700 Subject: [PATCH] Add support for Momentum Fixes the split second white flash just before the background image is loaded --- css/userContent-files/webextension-tweaks/momentum.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 css/userContent-files/webextension-tweaks/momentum.css diff --git a/css/userContent-files/webextension-tweaks/momentum.css b/css/userContent-files/webextension-tweaks/momentum.css new file mode 100644 index 0000000..7987799 --- /dev/null +++ b/css/userContent-files/webextension-tweaks/momentum.css @@ -0,0 +1,7 @@ +/*! Alters the webextension Momentum + IMPORTANT: change the Internal UUID */ +@-moz-document url-prefix("moz-extension://momentum@momentumdash.com/dashboard.html") { + body { + background-color: var(--tone-8)!important + } +}