diff --git a/3D BOX.css b/3D BOX.css index c2d8d5f..01f16c1 100644 --- a/3D BOX.css +++ b/3D BOX.css @@ -61,12 +61,12 @@ --left: 0; } .boxes .box > div:nth-child(2) { - --background: #f2e314; + --background: #ffc000; --right: 0; --rotateY: 90deg; } .boxes .box > div:nth-child(3) { - --background: #f5e944; + --background: #f2e314; --rotateX: -90deg; } .boxes .box > div:nth-child(4) { @@ -183,7 +183,7 @@ html { position: fixed; bottom:10%; font-size: 18px; - color: rgb(237, 228, 100); + color: #ffc000; } .l-main { transition:all 500ms; diff --git a/style.css b/style.css index 59c8dfd..0bb669c 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,7 @@ html{ scroll-behavior: smooth; } :root { - --first-color: gold; + --first-color: #ffc000; --second-color: white; } @@ -528,7 +528,7 @@ section .title::after{ font-weight: 500; } .contact .contact-content .info .sub-title{ - color: #333; + color: #707070; } .contact .right form .fields{ display: flex;