FEATURE Handling filter-white

This commit is contained in:
Antoine M 2025-06-26 17:37:53 +02:00
parent 28addcf50f
commit 05c05cabf8

View File

@ -3,3 +3,6 @@
sepia(26%) saturate(1165%) hue-rotate(123deg)
brightness(93%) contrast(93%);
}
.filter-white {
filter: brightness(0) saturate(100%) invert(100%);
}