diff options
Diffstat (limited to 'accounts/gkleen@sif/firefox-content.css')
-rw-r--r-- | accounts/gkleen@sif/firefox-content.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/firefox-content.css b/accounts/gkleen@sif/firefox-content.css new file mode 100644 index 00000000..3ac53a9d --- /dev/null +++ b/accounts/gkleen@sif/firefox-content.css | |||
@@ -0,0 +1,12 @@ | |||
1 | @-moz-document url("about:blank") { | ||
2 | html { | ||
3 | background-color: rgb(40,40,40); | ||
4 | } | ||
5 | } | ||
6 | |||
7 | @-moz-document url(about:newtab) { | ||
8 | body, #newtab-customize-overlay { | ||
9 | background-color: rgb(40,40,40) !important; | ||
10 | color: rgb(166,166,166) !important; | ||
11 | } | ||
12 | } | ||