From 16cdd5618858c2397fc5c7aabd633246069d8ecf Mon Sep 17 00:00:00 2001 From: AbdurehmanSaleemi Date: Sat, 6 Aug 2022 14:31:24 +0500 Subject: [PATCH] updated privacy background color (#2950) --- _styles/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_styles/home.css b/_styles/home.css index 26875b68cc..75bd7cb802 100644 --- a/_styles/home.css +++ b/_styles/home.css @@ -721,7 +721,8 @@ input:focus + .focus-reveal { **********/ #privacy { - background-color: #273445; + /* background-color: #273445; */ + background-image: radial-gradient(ellipse at center, #262525 4%, black); color: white; padding: 128px 1em; }