Add userContent.css

This commit is contained in:
2025-01-04 04:12:37 -06:00
parent b7ee15640e
commit c1eefe8e2c

5
chrome/userContent.css Normal file
View File

@ -0,0 +1,5 @@
@-moz-document url("about:newtab"), url("about:home"){
body{
background-color: var(--cust-accent) !important;
}
}