modified: valitovgaziz/html/style/social_link.css

add background color
This commit is contained in:
2025-09-21 02:58:54 +05:00
parent 2710bf9cca
commit 02b7d9c48f
+2 -2
View File
@@ -8,7 +8,7 @@
height: fit-content; height: fit-content;
} }
.social_links_block { .social_link_block {
width: fit-content; width: fit-content;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -28,7 +28,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background-color: #fff5ff; background-color: #92e6a8;
-webkit-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2); -webkit-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2); -moz-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);