BinniesLite / finance_app

Finance App with universal control chatbot
https://bunnylover.netlify.app/
5 stars 2 forks source link

Change Background UI #33

Closed BinniesLite closed 1 year ago

BinniesLite commented 1 year ago

Goal of this issue

Change UI to make it look better

Resources

https://coolors.co/gradient-maker/0061ff-ffffff?position=0,42&opacity=100,100&type=linear&rotation=360

BinniesLite commented 1 year ago

Resources

Change to this background color Background css { background: hsla(43, 55%, 87%, 1); background: linear-gradient(90deg, hsla(43, 55%, 87%, 1) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(212, 34%, 84%, 1) 100%); background: -moz-linear-gradient(90deg, hsla(43, 55%, 87%, 1) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(212, 34%, 84%, 1) 100%); background: -webkit-linear-gradient(90deg, hsla(43, 55%, 87%, 1) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(212, 34%, 84%, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F0E6CC", endColorstr="#FFFFFF", GradientType=1 ); }