Update ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml

This commit is contained in:
jvyden 2021-12-18 15:46:37 -05:00 committed by GitHub
commit 1b431c6177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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];