From fd105c37a2ded664b09cca4437ae88327f84db3a Mon Sep 17 00:00:00 2001 From: Elizabeth Hutchison Date: Wed, 7 Oct 2020 13:04:53 -0400 Subject: [PATCH] update the read me and at all of the files to learn how to contribute toward Hacktoberfest --- ToDoList/src/app/app.component.html | 4 ++-- ToDoList/src/app/app.component.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ToDoList/src/app/app.component.html b/ToDoList/src/app/app.component.html index 8c48bdb..bb87687 100644 --- a/ToDoList/src/app/app.component.html +++ b/ToDoList/src/app/app.component.html @@ -1,6 +1,6 @@ -

+ diff --git a/ToDoList/src/app/app.component.scss b/ToDoList/src/app/app.component.scss index 56ce691..c189520 100644 --- a/ToDoList/src/app/app.component.scss +++ b/ToDoList/src/app/app.component.scss @@ -1,3 +1,3 @@ h1 { - color:red; + color:blueviolet; } \ No newline at end of file