>>492
The best way I can explain it
Look at these assets for this board at /res/
>>>/res/283
>>>/res/287
>>>/res/286
The background the board previously had was from a single texture file,
subtle heart tiles.png because I could not figure out how to get the heart shadow, pink background color, & the bunny trio working together without any conflicts in the code. The girls were stuck behind the pink background overlay which caused them to look weird.
Basically, I went the lazy route with the background & just slapped the shadow & pink color together & made it into a texture to skip the blending. Now that the background doesn't depend on a texture, anyone can change the color to something else & it will still have the same design.
For Illya & her friends, I used
mini_red_bunny_trio_with_card.png because I had no idea how the size functions in CSS worked, That image was downscaled from the real one,
red_bunny_trio_with_vision_impaired_card.png. It worked, but if someone liked how they looked & wanted to save them, they would just get the smaller pics.
You wouldn't be able to tell right away unless you tried to extract the trio image from your browser's inspector.
These fixes are mainly code cleanups & to fix some amatuer mistakes made.