diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-01-20 21:27:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 21:27:55 +0530 |
commit | 7766c675835ed65875c9b212e4edc4399d709bbb (patch) | |
tree | 8fcec4ac81a2f614edec0f167e099f4019d1e5ba /css/contact.css | |
parent | f56c0d70fb32f06b8f6429c41ee64b071622b03f (diff) |
Update contact.css
Diffstat (limited to 'css/contact.css')
-rw-r--r-- | css/contact.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |