Add support for Momentum
Fixes the split second white flash just before the background image is loaded
This commit is contained in:
parent
a3d5bd878c
commit
fee29081c1
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue