FEATURE Introducing filters to use in dynamiques theme

This commit is contained in:
Antoine M 2025-06-09 14:57:40 +02:00
parent dbcaf63676
commit 8c97b788ce

View File

@ -0,0 +1,5 @@
.filter-primary {
filter: brightness(0) saturate(100%) invert(35%)
sepia(26%) saturate(1165%) hue-rotate(123deg)
brightness(93%) contrast(93%);
}