From b0bf3d71bf8d804c1cb5e1851e425918c7f6ad56 Mon Sep 17 00:00:00 2001 From: kharlm Date: Mon, 14 Sep 2015 10:52:52 -0400 Subject: [PATCH 1/3] Update style.css --- todo-src/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo-src/style.css b/todo-src/style.css index 553d571..9c88fe9 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,2 +1,5 @@ /* Styles go here */ +body { + background-color: #b0c4de; +} From 172a08e39934f2ffeb75430d9a754c6bef2a4eba Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 15 Sep 2015 00:26:30 -0400 Subject: [PATCH 2/3] Added some comments to check branching --- todo-src/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo-src/index.html b/todo-src/index.html index 89203ad..caee5ee 100644 --- a/todo-src/index.html +++ b/todo-src/index.html @@ -13,7 +13,8 @@

My little to do app!

- + +
@@ -26,6 +27,7 @@

My little to do app!

stuff i gotta do asap

+
  • From 70a5e25684e17492a8065295483302b875f80075 Mon Sep 17 00:00:00 2001 From: kharlm Date: Tue, 15 Sep 2015 07:29:30 -0400 Subject: [PATCH 3/3] Update style.css --- todo-src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-src/style.css b/todo-src/style.css index 9c88fe9..09457db 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,5 +1,5 @@ /* Styles go here */ body { - background-color: #b0c4de; + background-color: #C71585; }