mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
site: footers
This commit is contained in:
parent
20d8fd6830
commit
031900c8c2
5 changed files with 73 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue