fix: icônes réseaux en SVG inline monochromes (currentColor)

This commit is contained in:
2026-07-06 23:16:48 +04:00
parent 2f6bb848e3
commit 1755bc1eda
24 changed files with 37 additions and 80 deletions
+3 -12
View File
@@ -1218,11 +1218,9 @@ html.light-theme .hero::before {
background: rgba(253, 184, 19, 0.15);
}
.contact-social-link img {
width: 70%;
height: 70%;
object-fit: contain;
filter: brightness(0) saturate(100%) invert(0.9) sepia(0.8) hue-rotate(30deg);
.contact-social-link svg {
width: 60%;
height: 60%;
}
@media (min-width: 768px) {
@@ -1314,13 +1312,6 @@ footer .flag-bar {
height: 100%;
}
.social-link img {
width: 100%;
height: 100%;
object-fit: contain;
filter: brightness(0) saturate(100%) invert(0.9) sepia(0.8) hue-rotate(30deg);
}
.social-link:hover {
transform: scale(1.15);
opacity: 0.9;