From e6dbaa25120521d7408d49e2acbf54e8c4f9675d Mon Sep 17 00:00:00 2001 From: michaelromanov Date: Sat, 26 Mar 2016 15:30:59 -0400 Subject: [PATCH 1/2] put pink back in background in style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3e379a7..386fed1 100644 --- a/style.css +++ b/style.css @@ -422,5 +422,5 @@ body { body { - background: lavender; + background: pink; } From f3c1f35c382d46bb7977d11b2b3c39ef6fdf9bd3 Mon Sep 17 00:00:00 2001 From: michaelromanov Date: Sat, 26 Mar 2016 15:40:42 -0400 Subject: [PATCH 2/2] made the bg lavender --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 386fed1..3e379a7 100644 --- a/style.css +++ b/style.css @@ -422,5 +422,5 @@ body { body { - background: pink; + background: lavender; }