6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/assets/scss/styles_images.scss

30 lines
482 B
SCSS

img {
max-width: 100%;
height: auto;
}
img.shownormal {
max-width: initial;
}
.icon {
filter: invert(18%) sepia(32%) saturate(1326%) hue-rotate(183deg) brightness(93%) contrast(95%);
margin: 3px;
}
.icon:link {
text-decoration: none;
}
.icon:visited {
text-decoration: none;
}
.icon:hover {
filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(338deg) brightness(106%) contrast(109%);
text-decoration: none;
}
.icon:active {
text-decoration: none;
}