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

@@ -81,4 +81,19 @@
#hp-ekomi-widget {
margin: 30px 0 60px;
}
footer#footer .block-social ul li {
background-size: 30px;
background-position: center;
border-radius: 5px;
}
footer#footer .block-social ul li.facebook {
background-color: #1877f2;
}
footer#footer .block-social ul li.pinterest {
background-color: #e60023;
}
footer#footer .block-social ul li.instagram {
background-color: #e1306c;
}/*# sourceMappingURL=custom.css.map */