diff --git a/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml b/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml index 761f63b8..343ad85a 100644 --- a/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml @@ -63,7 +63,7 @@ const hw = w / 2; const hh = h / 2; - const colours = ["#a5599f", "#477f84", "#5fa559", "#a5595f"]; + const colours = ["#96dd3c", "#ceb424", "#cc0a1d", "#c800cc"]; subjects.forEach((s, si) => { const colour = colours[si % 4];