From 6856c9fd487542a03bb5b9b5f79782551c9454c2 Mon Sep 17 00:00:00 2001 From: DanielCornea Date: Wed, 23 Oct 2019 19:49:53 +0200 Subject: [PATCH 1/2] change background color to aquamarine --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7c5511b..527bf19 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ body { font-family: 'Baloo Bhai', cursive; + background-color: aquamarine } .homepage__headings { @@ -11,4 +12,5 @@ body { margin: auto; font-family: 'Roboto', sans-serif; font-size: 20px; -} \ No newline at end of file +} + From a03bf811e66adcfb1327b94ceaa7ae7a6fee704c Mon Sep 17 00:00:00 2001 From: DanielCornea Date: Wed, 23 Oct 2019 19:51:33 +0200 Subject: [PATCH 2/2] change background color to green --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 527bf19..90dd16d 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { font-family: 'Baloo Bhai', cursive; - background-color: aquamarine + background-color: green } .homepage__headings {