1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

site: footers

This commit is contained in:
RGBCube 2025-06-05 04:23:04 +03:00
parent 20d8fd6830
commit 031900c8c2
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
5 changed files with 73 additions and 5 deletions

View file

@ -171,7 +171,7 @@ Blog Articles
}
let { y: yCopy } = strip;
for (let i = 0; i < 20; i++) {
for (let i = 0; i < 20; i += 1) {
switch (true) {
case i < 1: context.fillStyle = "#cefbe4"; break;
case i < 2: context.fillStyle = "#81ec72"; break;