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

added important property to gradients

parent e41917e2
No related branches found
No related tags found
1 merge request!56Front adjustments
Pipeline #44507 passed
......@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment