diff --git a/chrome/userContent.css b/chrome/userContent.css new file mode 100644 index 0000000..cff48ae --- /dev/null +++ b/chrome/userContent.css @@ -0,0 +1,5 @@ +@-moz-document url("about:newtab"), url("about:home"){ + body{ + background-color: var(--cust-accent) !important; + } + } \ No newline at end of file