Browse Source

Added to defaults

deadtom 1 tuần trước cách đây
mục cha
commit
6d295eebe1
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      ownchatbot/defaults/todo.py

+ 4 - 1
ownchatbot/defaults/todo.py

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