From 7766c675835ed65875c9b212e4edc4399d709bbb Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 20 Jan 2018 21:27:55 +0530 Subject: Update contact.css --- css/contact.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/contact.css') diff --git a/css/contact.css b/css/contact.css index 33eefd3..484bc21 100644 --- a/css/contact.css +++ b/css/contact.css @@ -19,7 +19,7 @@ body { font-size: 12px; line-height:30px; color:#777; - background: rgb(52, 152, 219); + background: #373B44; } .container { @@ -38,7 +38,7 @@ body { } #contact h3 { - color: #F96; + color: rgb(52, 152, 219); font-size: 3em; display: block; font-weight: 300; @@ -83,7 +83,7 @@ fieldset { cursor:pointer; width:100%; border:none; - background:rgb(52, 152, 219); + background:#373B44; color:#FFF; margin:0 0 5px; padding:10px; -- cgit v1.2.3