From bfdb4d5063dfd1aa24dc6f42868042465c8afc9c Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 29 Jun 2017 01:13:46 -0700 Subject: [PATCH] update background color --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 36e46f9..6c6a3d3 100644 --- a/index.html +++ b/index.html @@ -190,9 +190,9 @@ transition: visibility .2s, opacity .2s, transform .4s; transform: translateY(10px); opacity: 0; - background: #00d2ff; - background: -webkit-linear-gradient(to top left, #00d2ff, #3a7bd5); - background: linear-gradient(to top left, #00d2ff, #3a7bd5); + background: #606c88; + background: -webkit-linear-gradient(to right, #3f4c6b, #606c88); + background: linear-gradient(to right, #3f4c6b, #606c88); font-size: 1.2rem; }