Skip to content
Snippets Groups Projects

Front adjustments

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -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{
Loading