Add colour contrast filter

Make colours on images yoinkable
This commit is contained in:
Michał Gdula 2023-04-22 14:11:25 +00:00
parent 76cc8456d2
commit 13a0b21710
4 changed files with 41 additions and 5 deletions

View file

@ -188,19 +188,27 @@
display: flex
gap: 0.5rem
span
button
margin: 0
padding: 0
width: 1.5rem
height: 1.5rem
width: 1.6rem
height: 1.6rem
display: flex
justify-content: center
align-items: center
border-radius: $rad-inner
// border: 1px solid RGB($white)
border: none
i
font-size: 1rem
opacity: 0
transition: opacity 0.15s ease-in-out
&:hover i
opacity: 1
.img-groups
width: 100%