diff options
Diffstat (limited to 'toolkit/content/logopage.xhtml')
-rw-r--r-- | toolkit/content/logopage.xhtml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/toolkit/content/logopage.xhtml b/toolkit/content/logopage.xhtml index bcf1da0f00..80de8ed580 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: #eee; + color: black; } img { @@ -27,6 +27,13 @@ left: 0; opacity: 0.2; } + + @media(-moz-dark-theme) { + body { + background: #2E3B41; + color: #eee; + } + } </style> </head> |