From 1b431c6177a2a1e1c54112b3e524aa6dcb9cad63 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 18 Dec 2021 15:46:37 -0500 Subject: [PATCH 1/2] Update ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml --- ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; From 97e8957afb78e08cc653125bde7fcaa37527c334 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 18 Dec 2021 15:46:44 -0500 Subject: [PATCH 2/2] Update ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml --- ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml b/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml index 343ad85a..2b422c5a 100644 --- a/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml @@ -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