Prestige - social icon mobiel view
unknown
css
2 years ago
438 B
2
Indexable
Never
@media only screen and (max-width:991px) { ul.socials { .socials__link { border-color: #000 !important; path{ filter: invert(1) !important; } : hover{ background-color:#000 !important; } } } ul.socials { .socials__link { &:hover { background-color: #000 !important; path { filter: invert(1) !important; } } } } }