From badf7aba844967c5d13e01079c12df758715167a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2026 12:37:52 +0200 Subject: ... --- accounts/gkleen@skadhi/firefox/userContent.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 accounts/gkleen@skadhi/firefox/userContent.css (limited to 'accounts/gkleen@skadhi/firefox/userContent.css') diff --git a/accounts/gkleen@skadhi/firefox/userContent.css b/accounts/gkleen@skadhi/firefox/userContent.css new file mode 100644 index 00000000..3ac53a9d --- /dev/null +++ b/accounts/gkleen@skadhi/firefox/userContent.css @@ -0,0 +1,12 @@ +@-moz-document url("about:blank") { + html { + background-color: rgb(40,40,40); + } +} + +@-moz-document url(about:newtab) { + body, #newtab-customize-overlay { + background-color: rgb(40,40,40) !important; + color: rgb(166,166,166) !important; + } +} -- cgit v1.2.3