Ver Fonte

Added to defaults

deadtom há 1 semana atrás
pai
commit
6d295eebe1
1 ficheiros alterados com 4 adições e 1 exclusões
  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;
+}"""