From 2b1ad0760b41d71ddd6cc9379ca743619bec0608 Mon Sep 17 00:00:00 2001 From: deborah <137302462+deborah2008@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:35:03 -0300 Subject: [PATCH] color chage --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index af70672..e8ce970 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ body { - background: #CCCCCC + background: #9c53d8 } h1 { @@ -13,5 +13,5 @@ p { } em strong { - color: #FF0000; + color: #dc76e6; }