|
477 | 477 |
|
478 | 478 | /* Use body-level selectors to target crumple */ |
479 | 479 | body:has(.footer > a:nth-child(odd):hover) .crumple { |
480 | | - background: #00BFFF; |
481 | | - /* background: -webkit-linear-gradient(45deg, #1E90FF, #00BFFF); */ |
482 | | - /* background: linear-gradient(45deg, #1E90FF, #00BFFF); */ |
| 480 | + background: #020121; |
| 481 | + /* background: -webkit-linear-gradient(45deg, #020121, #210120); */ |
| 482 | + /* background: linear-gradient(45deg, #020121, #210120); */ |
483 | 483 | background-size: 400% 400%; |
484 | 484 | z-index: 0; |
485 | 485 | } |
486 | 486 |
|
487 | 487 | body:has(.footer > a:nth-child(2n):hover) .crumple { |
488 | | - background: #66CDAA; |
489 | | - background: -webkit-linear-gradient(45deg, #66CDAA, #20B2AA); |
490 | | - background: linear-gradient(45deg, #19e6a1, #00d1c7); |
| 488 | + background: #012118; |
| 489 | + background: -webkit-linear-gradient(45deg, #012118, #012118); |
| 490 | + background: linear-gradient(45deg, #012118, #012118); |
491 | 491 | background-size: 400% 400%; |
492 | 492 | z-index: 0; |
493 | 493 | } |
494 | 494 |
|
495 | 495 | body:has(.footer > a:nth-child(3n):hover) .crumple { |
496 | | - background: #66CDAA; |
497 | | - background: -webkit-linear-gradient(45deg, #66CDAA, #20B2AA); |
498 | | - background: linear-gradient(45deg, #ff6347, #ff4747); |
| 496 | + background: #210120; |
| 497 | + background: -webkit-linear-gradient(45deg, #210120, #210120); |
| 498 | + background: linear-gradient(45deg, #210120, #210120); |
499 | 499 | background-size: 400% 400%; |
500 | 500 | z-index: 0; |
501 | 501 | } |
|
506 | 506 | } |
507 | 507 |
|
508 | 508 | body:has(.footer__link--writings:hover) .crumple { |
509 | | - background: #00BFFF; |
510 | | - /* background: -webkit-linear-gradient(45deg, #1E90FF, #00BFFF); */ |
511 | | - /* background: linear-gradient(45deg, #1E90FF, #00BFFF); */ |
| 509 | + background: #020121; |
| 510 | + /* background: -webkit-linear-gradient(45deg, #020121, #210120); */ |
| 511 | + /* background: linear-gradient(45deg, #020121, #210120); */ |
512 | 512 | background-size: 400% 400%; |
513 | 513 | z-index: 0; |
514 | 514 | } |
|
528 | 528 | body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-one { |
529 | 529 | -webkit-animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
530 | 530 | animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
531 | | - background-color: #00BFFF; |
| 531 | + background-color: #020121; |
532 | 532 | } |
533 | 533 |
|
534 | 534 | body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-two { |
|
542 | 542 | -webkit-animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
543 | 543 | animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
544 | 544 | /* background-color: #eaff47; */ |
545 | | - background-color: #00BFFF; |
| 545 | + background-color: #020121; |
546 | 546 | } |
547 | 547 |
|
548 | 548 | body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-four { |
|
0 commit comments