From 20c1a4b217dc20b9997f6228c11745fce29d1d64 Mon Sep 17 00:00:00 2001 From: Lucia Harcegova Date: Tue, 4 Apr 2023 20:39:04 +0200 Subject: [PATCH] Changed bcg back to purple --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5f98fba..13f3b96 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { text-align: center; - background-color: #b1dae7; + background-color: purple; } h2 { @@ -9,5 +9,5 @@ h2 { } p { - color: purple; + color: white; }