Add support for Momentum

Fixes the split second white flash just before the background image is loaded
This commit is contained in:
David Ch 2019-07-23 12:15:37 +07:00 committed by GitHub
parent a3d5bd878c
commit fee29081c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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
}
}