Explorar el Código

Added to defaults

deadtom hace 1 semana
padre
commit
6d295eebe1
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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;
+}"""