adjusting brightness filter

This commit is contained in:
Antoine M 2024-03-19 17:55:43 +01:00
parent 3990e38f0e
commit 67c32ef02f

View File

@ -40,7 +40,7 @@
}
&--inactive img {
filter: contrast(50%) saturate(0%) brightness(1.6);
filter: contrast(50%) saturate(0%) brightness(1.3);
pointer-events: none;
}