From c1eefe8e2c10a73d784fb439999831548e763345 Mon Sep 17 00:00:00 2001 From: Blazer Silving Date: Sat, 4 Jan 2025 04:12:37 -0600 Subject: [PATCH] Add userContent.css --- chrome/userContent.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 chrome/userContent.css 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