From b262deb78a6ff941110988a9404eef29b2677e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 14 May 2020 17:00:29 +0100 Subject: [PATCH] minimal theme for Todo --- customize.dist/src/less2/include/colortheme.less | 4 ++-- www/todo/app-todo.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;