CSS Colour Tint
.tint { | |
filter: sepia(100%) saturate(300%) brightness(70%) hue-rotate(180deg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.tint { | |
filter: sepia(100%) saturate(300%) brightness(70%) hue-rotate(180deg); | |
} |