Skip to content

Commit e7a78d4

Browse files
committed
change crumple colors
1 parent ef14aa3 commit e7a78d4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

css/crumple.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -477,25 +477,25 @@
477477

478478
/* Use body-level selectors to target crumple */
479479
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); */
483483
background-size: 400% 400%;
484484
z-index: 0;
485485
}
486486

487487
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);
491491
background-size: 400% 400%;
492492
z-index: 0;
493493
}
494494

495495
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);
499499
background-size: 400% 400%;
500500
z-index: 0;
501501
}
@@ -506,9 +506,9 @@
506506
}
507507

508508
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); */
512512
background-size: 400% 400%;
513513
z-index: 0;
514514
}
@@ -528,7 +528,7 @@
528528
body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-one {
529529
-webkit-animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
530530
animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
531-
background-color: #00BFFF;
531+
background-color: #020121;
532532
}
533533

534534
body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-two {
@@ -542,7 +542,7 @@
542542
-webkit-animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
543543
animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
544544
/* background-color: #eaff47; */
545-
background-color: #00BFFF;
545+
background-color: #020121;
546546
}
547547

548548
body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-four {

0 commit comments

Comments
 (0)