amélioration des couleurs

This commit is contained in:
Maurice Debray 2021-12-13 12:54:25 +01:00
parent eab532bf7e
commit f48605210e

View file

@ -3680,10 +3680,9 @@ div.spoiler
background-clip: text;
-webkit-background-clip: text;
background-image: linear-gradient(to right,
hsl(0, 100%, 50%),
hsl(10, 100%, 50%),
hsl(20, 100%, 50%),
hsl(30, 100%, 50%),
hsl(10, 100%, 75%),
hsl(20, 100%, 65%),
hsl(30, 100%, 55%),
hsl(40, 100%, 50%),
hsl(50, 100%, 50%),
hsl(60, 100%, 50%),
@ -3708,14 +3707,7 @@ div.spoiler
hsl(250, 100%, 50%),
hsl(260, 100%, 50%),
hsl(270, 100%, 50%),
hsl(280, 100%, 50%),
hsl(290, 100%, 50%),
hsl(300, 100%, 50%),
hsl(310, 100%, 50%),
hsl(320, 100%, 50%),
hsl(330, 100%, 50%),
hsl(340, 100%, 50%),
hsl(350, 100%, 50%),
hsl(360, 100%, 50%)
hsl(280, 100%, 50%)
);
color: transparent;
}