edit: ajout d'un overlay de texture
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user