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
Branches
No related tags found
1 merge request!56Front adjustments
Pipeline #44507 passed
...@@ -2,9 +2,9 @@ body, html { ...@@ -2,9 +2,9 @@ body, html {
color: white; color: white;
text-align: center; text-align: center;
background-color: #6359CE; background-color: #6359CE;
background-image: linear-gradient(to bottom, #6359CE, #6E83F9); background-image: linear-gradient(to bottom, #6359CE, #6E83F9) !important;
background-image: -moz-linear-gradient(to bottom, #6359CE, #6E83F9); background-image: -moz-linear-gradient(to bottom, #6359CE, #6E83F9) !important;
background-image: -webkit-linear-gradient(to bottom, #6359CE, #6E83F9); background-image: -webkit-linear-gradient(to bottom, #6359CE, #6E83F9) !important;
} }
.app{ .app{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment