update background color

This commit is contained in:
Cade Scroggins 2017-06-29 01:13:46 -07:00
parent 5e20d63b20
commit bfdb4d5063

View file

@ -190,9 +190,9 @@
transition: visibility .2s, opacity .2s, transform .4s; transition: visibility .2s, opacity .2s, transform .4s;
transform: translateY(10px); transform: translateY(10px);
opacity: 0; opacity: 0;
background: #00d2ff; background: #606c88;
background: -webkit-linear-gradient(to top left, #00d2ff, #3a7bd5); background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
background: linear-gradient(to top left, #00d2ff, #3a7bd5); background: linear-gradient(to right, #3f4c6b, #606c88);
font-size: 1.2rem; font-size: 1.2rem;
} }