change name of multiple tab handler

This commit is contained in:
overdodactyl 2018-02-17 16:52:16 -07:00
parent 6d0dd9e7c3
commit 8012c1c849
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/*! Alters the webextension Multiple Tab Handler
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://multiple_tabs_handler_UUID/") {
@-moz-document url-prefix("moz-extension://multiple_tab_handler_UUID/") {
h1, p, ul, ul li {
color: var(--primary-light-color) !important;
}