Merge pull request #280 from davidchoo12/master

Add support for Momentum
This commit is contained in:
Pat Johnson 2019-09-22 00:40:00 -04:00 committed by GitHub
commit 9ce6198188
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
}
}