deadtom 1 settimana fa
parent
commit
6d295eebe1
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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;
+}"""