diff --git a/style.css b/style.css index fc2e67b..1ea137d 100644 --- a/style.css +++ b/style.css @@ -193,11 +193,11 @@ label[for='toggle-all'] { } .todo-list li .toggle:after { - content: url('data:image/svg+xml;utf8,'); + content: url('data:image/svg+xml;utf8,'); } .todo-list li .toggle:checked:after { - content: url('data:image/svg+xml;utf8,'); + content: url('data:image/svg+xml;utf8,'); } .todo-list li label { @@ -379,4 +379,4 @@ html .clear-completed:active { .filters { bottom: 10px; } -} \ No newline at end of file +}