edit: ajout d'un overlay de texture

This commit is contained in:
2026-03-06 07:32:20 +01:00
parent e975f33232
commit 3c18e22e70
3 changed files with 11 additions and 0 deletions
+10
View File
@@ -202,3 +202,13 @@ p{
.zTop .titleBtn:hover {
background-color: var(--light-color);
}
/*=====================Overlay*/
.overlay{
position: fixed;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.0333;
z-index:333;
}