🎨 Simplification du dégradé des boutons et de l'acceuil
parent
bdf8264437
commit
1070e36e2d
|
@ -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;
|
||||
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue