changing inactive filter

This commit is contained in:
Antoine M 2024-03-19 15:54:38 +01:00
parent 3637227116
commit bc491bd917

View File

@ -20,7 +20,7 @@
&__background_picture {
@apply top-0 h-full w-auto block;
height: 100vh;
height: 100%;
max-width: revert;
-moz-user-select: none;
-webkit-user-select: none;
@ -39,7 +39,7 @@
@apply absolute w-auto block object-contain;
// filter: brightness(10%) sepia(100%) saturate(10000%) hue-rotate(10deg);
&--inactive {
filter: brightness(10%) sepia(10%) hue-rotate(10deg);
filter: contrast(50%) saturate(0%) brightness(1.6);
pointer-events: none;
}
}