@@ -13,4 +13,7 @@ LIST = [
},
]
-CSS = ""
+CSS = """body {
+ background-color: transparent;
+ color: white;
+}"""