X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FTopLevelImageDocument.css;fp=EarlyBlue%2Fglobal%2FTopLevelImageDocument.css;h=31f2662af53a0081642e111598c68dcc549de706;hp=0000000000000000000000000000000000000000;hb=c60d23d202dd9e6ec3e47e1c54e20329d0afb68b;hpb=c53bb36b989ea5e6df3123ee0726398d3e8ff2d3 diff --git a/EarlyBlue/global/TopLevelImageDocument.css b/EarlyBlue/global/TopLevelImageDocument.css new file mode 100644 index 00000000..31f2662a --- /dev/null +++ b/EarlyBlue/global/TopLevelImageDocument.css @@ -0,0 +1,13 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@media not print { + body { + background-color: #222; + } + + img { + color: #eee; + } +}