diff --git a/JS calculater/css/style.css b/JS calculater/css/style.css index b2062fb..37f0515 100644 --- a/JS calculater/css/style.css +++ b/JS calculater/css/style.css @@ -2,7 +2,7 @@ body { background-image: url("/bg.jpg"); background-repeat: no-repeat; background-position: center; - background-color: pink; + background-color: rgb(194, 50, 74); } section {