diff --git a/assets/style.css b/assets/style.css index f43b2e0..38a907f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -199,7 +199,7 @@ a, a:hover { box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5); } .profile-card-social__item.x { - background: linear-gradient(45deg, #080808, #0A0A0A); + background: linear-gradient(45deg, #333333, #0A0A0A); box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7); } .profile-card-social__item.telegram { @@ -390,4 +390,4 @@ a, a:hover { background: rgba(22, 33, 72, 0.35); border-radius: 12px; transition: all .3s; -} \ No newline at end of file +}