Merge pull request #280 from davidchoo12/master
Add support for Momentum
This commit is contained in:
commit
9ce6198188
|
@ -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