diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 81a8934da..051a29f70 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -122,8 +122,8 @@ @colortheme_profile-color: #fff; @colortheme_profile-warn: #cd2532; -@colortheme_todo-bg: #7bccd1; -@colortheme_todo-color: #000; +@colortheme_todo-bg: #999; +@colortheme_todo-color: #3F4141; @colortheme_todo-warn: #cd2532; @colortheme_oodoc-bg: #5170B5; diff --git a/www/todo/app-todo.less b/www/todo/app-todo.less index 29818c6fb..c4419f69d 100644 --- a/www/todo/app-todo.less +++ b/www/todo/app-todo.less @@ -70,8 +70,8 @@ } .cp-app-todo-task { - border: 1px solid black; - padding: @spacing; + padding: 0px @spacing; + margin-bottom: 10px; display: flex; align-items: center; background-color: white;