|
477 | 477 |
|
478 | 478 | /* Use body-level selectors to target crumple */ |
479 | 479 | body:has(.footer > a:nth-child(odd):hover) .crumple { |
480 | | - background: #1E90FF; |
481 | | - background: -webkit-linear-gradient(45deg, #1E90FF, #00BFFF); |
482 | | - background: linear-gradient(45deg, #1E90FF, #00BFFF); |
| 480 | + background: #00BFFF; |
| 481 | + /* background: -webkit-linear-gradient(45deg, #1E90FF, #00BFFF); */ |
| 482 | + /* background: linear-gradient(45deg, #1E90FF, #00BFFF); */ |
483 | 483 | background-size: 400% 400%; |
484 | 484 | z-index: 0; |
485 | 485 | } |
|
506 | 506 | } |
507 | 507 |
|
508 | 508 | body:has(.footer__link--writings:hover) .crumple { |
509 | | - background: #1E90FF; |
510 | | - background: -webkit-linear-gradient(45deg, #1E90FF, #00BFFF); |
511 | | - background: linear-gradient(45deg, #1E90FF, #00BFFF); |
| 509 | + background: #00BFFF; |
| 510 | + /* background: -webkit-linear-gradient(45deg, #1E90FF, #00BFFF); */ |
| 511 | + /* background: linear-gradient(45deg, #1E90FF, #00BFFF); */ |
512 | 512 | background-size: 400% 400%; |
513 | 513 | z-index: 0; |
514 | 514 | } |
|
520 | 520 | body:has(.footer__link--writings:hover) .crumple .crumple__rect { |
521 | 521 | -webkit-animation: rectangle-reveal 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
522 | 522 | animation: rectangle-reveal 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
523 | | - background-color: #e619c4; |
| 523 | + /* background-color: #e619c4; */ |
| 524 | + background-color: #222; |
| 525 | + |
524 | 526 | } |
525 | 527 |
|
526 | 528 | body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-one { |
527 | 529 | -webkit-animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
528 | 530 | animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
529 | | - background-color: #1E90FF; |
| 531 | + background-color: #00BFFF; |
530 | 532 | } |
531 | 533 |
|
532 | 534 | body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-two { |
533 | 535 | -webkit-animation: circle-two 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
534 | 536 | animation: circle-two 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
535 | | - background-color: #ff6347; |
| 537 | + /* background-color: #ff6347; */ |
| 538 | + background-color: #222; |
536 | 539 | } |
537 | 540 |
|
538 | 541 | body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-three { |
539 | 542 | -webkit-animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
540 | 543 | animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
541 | | - background-color: #eaff47; |
| 544 | + /* background-color: #eaff47; */ |
| 545 | + background-color: #00BFFF; |
542 | 546 | } |
543 | 547 |
|
544 | 548 | body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-four { |
545 | 549 | -webkit-animation: circle-four 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
546 | 550 | animation: circle-four 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
547 | | - background-color: #19e6a1; |
| 551 | + /* background-color: #19e6a1; */ |
| 552 | + background-color: #222; |
548 | 553 | } |
549 | 554 |
|
550 | 555 | body:has(.footer__link--github:hover) .crumple:after { |
|
0 commit comments