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
+4 -3
View File
@@ -5,10 +5,10 @@
}
/*================ ANIMATION ======================*/
@import url("/animation.css");
/*================ DESACT DEFAULT ======================*/
@import url("/default.css");
/*================ BODY ======================*/
html, body{
@@ -24,7 +24,7 @@ html, body{
}
/*================ CLASSES COMMUNES ======================*/
@import url("/common.css");
/*================ STRUCTURE ======================*/
@@ -548,4 +548,5 @@ canvas{
opacity: .5;
filter: hue-rotate(13.12deg);
mix-blend-mode: multiply;
}