diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css index ff83e13ecad5f2f9cb81d3a9e9676e2c7dc6865b..118637c5264d1527f04892a042e88d20169230d9 100644 --- a/frontend/src/styles/index.css +++ b/frontend/src/styles/index.css @@ -1,7 +1,10 @@ body, html { color: white; text-align: center; - background: linear-gradient(to bottom, #6359CE, #6E83F9); + background-color: #6359CE; + background-image: linear-gradient(to bottom, #6359CE, #6E83F9); + background-image: -moz-linear-gradient(to bottom, #6359CE, #6E83F9); + background-image: -webkit-linear-gradient(to bottom, #6359CE, #6E83F9); } .app{