Changing color

This commit is contained in:
Axel 2021-12-28 00:06:23 +01:00
parent 84ec4847d9
commit 234547a903
2 changed files with 4 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -260,17 +260,12 @@
fill: {
type: 'gradient',
gradient: {
shade: 'dark',
//shade: 'dark',
shadeIntensity: 1,
type: 'vertical',
opacityFrom: 1,
opacityTo: 1,
colorStops: [
{
offset: 0,
color: "#EB656F",
opacity: 1
},
{
offset: 20,
color: "#FAD375",
@ -280,7 +275,8 @@
offset: 40,
color: "#61DBC3",
opacity: 1
}]
}
]
}
}
}