diff --git a/views/index.ejs b/views/index.ejs index bec8e48..ec5aab8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -23,7 +23,7 @@ const radarChart = new Chart(ctx, { fill: true, backgroundColor: 'rgba(25, 80, 233, 0.2)', borderColor: 'rgb(25, 80, 233, 10)', - pointBackgroundColor: 'rgb(255, 99, 132)', + pointBackgroundColor: 'rgb(55, 99, 132)', pointBorderColor: '#fff', pointHoverBackgroundColor: '#fff', pointHoverBorderColor: 'rgb(255, 99, 132)',