mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 08:28:39 +00:00
Update ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml
This commit is contained in:
parent
d2ec550421
commit
1b431c6177
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue