diff --git a/css/app.css b/css/app.css index 5d3c796..abd2d79 100644 --- a/css/app.css +++ b/css/app.css @@ -222,3 +222,15 @@ nav, .card { bottom: 0; left: 0; } + +.finished-task { + text-decoration: line-through; +} + +#trackerTasksModal a li { + color: black !important; +} + +#trackerTasksModal input[type=range] { + width: 100%; +} diff --git a/index.html b/index.html index f0ee5ed..826cb41 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,13 @@ +
+ +
+
+ + +