diff --git a/Challenges/Day_01/style.css b/Challenges/Day_01/style.css index a7144a2..27c04fc 100644 --- a/Challenges/Day_01/style.css +++ b/Challenges/Day_01/style.css @@ -1,5 +1,5 @@ body{ - background-color: #F398BE; + background-color: red; } .box{ diff --git a/Challenges/Day_02/style.css b/Challenges/Day_02/style.css index 1143173..10c18eb 100644 --- a/Challenges/Day_02/style.css +++ b/Challenges/Day_02/style.css @@ -1,5 +1,5 @@ body { - background-color: #E67BAB; + background-color: black; } diff --git a/Challenges/Day_03/style.css b/Challenges/Day_03/style.css index 16ca73d..46aa75a 100644 --- a/Challenges/Day_03/style.css +++ b/Challenges/Day_03/style.css @@ -27,7 +27,7 @@ ul li span { display: flex; align-items: center; justify-content: center; - color: wheat; + color: black; font-size: 30px !important; }