mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Add colour contrast filter
Make colours on images yoinkable
This commit is contained in:
parent
76cc8456d2
commit
13a0b21710
4 changed files with 41 additions and 5 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue