Skip to content
Snippets Groups Projects
Commit 58b2fd76 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

removed important property to gradients

parent 7c924939
No related branches found
No related tags found
1 merge request!56Front adjustments
Pipeline #44509 passed
......@@ -2,9 +2,9 @@ body, html {
color: white;
text-align: center;
background-color: #6359CE;
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;
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)g;
}
.app{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment