🎨 Simplification du dégradé des boutons et de l'acceuil

pull/294/head
Mael 2018-07-04 09:02:10 +00:00
parent bdf8264437
commit 1070e36e2d
2 changed files with 3 additions and 5 deletions

View File

@ -26,9 +26,8 @@
background: linear-gradient(
80deg,
rgba(39, 69, 195, 0.87) 5%,
rgba(41, 117, 209, 1) 50%,
rgba(200, 40, 120, 0.52) 100%
rgba(39, 69, 195, 0.87) 0%,
rgba(41, 117, 209, 1) 100%
);
color: white;

View File

@ -25,8 +25,7 @@
background: linear-gradient(
45deg,
rgba(39, 69, 195, 0.87) 5%,
rgba(41, 117, 209, 1) 25%,
rgba(200, 40, 120, 0.52) 50%,
rgba(41, 117, 209, 1) 50%,
rgba(255, 255, 255, 0.52) 55%
);
background-size: 250%;