deadtom 1 долоо хоног өмнө
parent
commit
6d295eebe1

+ 4 - 1
ownchatbot/defaults/todo.py

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