diff --git a/static/style.css b/static/style.css index c061fc9..23a2a85 100644 --- a/static/style.css +++ b/static/style.css @@ -37,3 +37,7 @@ button, input[type=submit] { margin-top: 0; cursor: pointer; } + +.button-danger { + background-color: #bf616a; +} diff --git a/templates/tasks/detail.html b/templates/tasks/detail.html index e371deb..2a45174 100644 --- a/templates/tasks/detail.html +++ b/templates/tasks/detail.html @@ -4,5 +4,11 @@

{{task.title}}

{{task.description}}

{{task.status}}

+ +
+ + + +
{% endblock %}