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

reinforce gradient backgrounds

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