X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Ftasks.html;fp=todo_templates%2Ftasks.html;h=7d245dc9aba46139f8889c61eb6895eb988de9e1;hp=29ae64f31ca1855c3ced973c39a9e41c6140f696;hb=8822ee7e3069193162469438bb54ee4629e1ae19;hpb=053b249eb31c5772f5e391058a7580d05966d1a5 diff --git a/todo_templates/tasks.html b/todo_templates/tasks.html index 29ae64f..7d245dc 100644 --- a/todo_templates/tasks.html +++ b/todo_templates/tasks.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block css %} table.alternating tr:nth-child(even) { - background-color: #f2f2f2; + background-color: #e2e2e2; } table.alternating tr:nth-child(odd) { background-color: #ffffff;