yeah so i want *just* my pfp to have regular colors -
this is the code i used:
<style>
img {
filter: sepia(100%) saturate(300%) brightness(90%) hue-rotate(700deg) contrast(150%);
}
/* Exclude the first image (profile picture) */
img:first-of-type {
filter: none;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )