summaryrefslogtreecommitdiff
path: root/toolkit/content/logopage.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/logopage.xhtml')
-rw-r--r--toolkit/content/logopage.xhtml11
1 files changed, 9 insertions, 2 deletions
diff --git a/toolkit/content/logopage.xhtml b/toolkit/content/logopage.xhtml
index bcf1da0f00..614bb1a703 100644
--- a/toolkit/content/logopage.xhtml
+++ b/toolkit/content/logopage.xhtml
@@ -13,8 +13,8 @@
<title></title>
<style type="text/css">
body {
- background: Menu;
- color: MenuText;
+ background: rgb(229,229,229);
+ color: black;
}
img {
@@ -27,6 +27,13 @@
left: 0;
opacity: 0.2;
}
+
+ @media(-moz-dark-theme) {
+ body {
+ background: #2E3B41;
+ color: #eee;
+ }
+ }
</style>
</head>