diff --git a/views/todo.ejs b/views/todo.ejs index cdb144c5b..8fafe8a53 100644 --- a/views/todo.ejs +++ b/views/todo.ejs @@ -12,7 +12,7 @@ } h1 { - background-color: #4CAF50; + background-color: green; color: white; margin: 0; padding: 20px; @@ -89,7 +89,7 @@
-