X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fday.html;fp=todo_templates%2Fday.html;h=05b5fd7d2b46afb12f3b9d4113c898ea42132f85;hp=6231aea24b5b75f2e4a22d8af44d37373b4f9509;hb=13a15b95ade73f4455db648b70e1de784c515039;hpb=8822ee7e3069193162469438bb54ee4629e1ae19 diff --git a/todo_templates/day.html b/todo_templates/day.html index 6231aea..05b5fd7 100644 --- a/todo_templates/day.html +++ b/todo_templates/day.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block css %} table.alternating tr:nth-child(even) { - background-color: #e2e2e2; + background-color: #cccccc; } table.alternating tr:nth-child(odd) { background-color: #ffffff;