diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css index 118637c5264d1527f04892a042e88d20169230d9..0b200bfd199917f4fc1851911e02436be64a1f90 100644 --- a/frontend/src/styles/index.css +++ b/frontend/src/styles/index.css @@ -2,9 +2,9 @@ body, html { color: white; text-align: center; 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); + background-image: linear-gradient(to bottom, #6359CE, #6E83F9) !important; + background-image: -moz-linear-gradient(to bottom, #6359CE, #6E83F9) !important; + background-image: -webkit-linear-gradient(to bottom, #6359CE, #6E83F9) !important; } .app{