Add social icons color

This commit is contained in:
Roman Pyrih
2025-12-10 08:33:26 +01:00
parent 71b424fda0
commit d10c7001e0
3 changed files with 38 additions and 1 deletions

View File

@@ -120,3 +120,25 @@ section#main {
#hp-ekomi-widget {
margin: 30px 0 60px;
}
footer#footer {
.block-social {
ul {
li {
background-size: 30px;
background-position: center;
border-radius: 5px;
&.facebook {
background-color: #1877f2;
}
&.pinterest {
background-color: #e60023;
}
&.instagram {
background-color: #e1306c;
}
}
}
}
}