edit: animation se modifie avec le statut d'ouverture + bug css import dans main.css

This commit is contained in:
2026-07-31 06:23:50 +02:00
parent 384e8494e7
commit 32a14714ec
6 changed files with 99 additions and 45 deletions
+5 -3
View File
@@ -8,22 +8,24 @@
}
.openBackground{
position: absolute;
visibility: visible;
opacity: .333;
opacity: 1;
z-index: -20
}
.openBackground#texture{
z-index: -31;
z-index: -30;
}
.openBackground#background{
mix-blend-mode: difference;
z-index: -30;
filter: brightness(133%) saturate(33%) grayscale();
transform: rotate(180deg);
position: absolute;
margin-top: -9%;
height: 120%;
opacity: .777;
}
/*======================= Page Statut LOL ouvert ===*/