diff --git a/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml b/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml index 761f63b8..2b422c5a 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]; @@ -88,7 +88,7 @@ context.translate(bx, by); // Username label - context.font = "16px Arial"; + context.font = "16px Lato"; context.fillStyle = colour; // Text width/height for the label background