fix: icônes réseaux en SVG inline monochromes (currentColor)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user