Public Access
5
0

ajout d'ombrage sur le background

This commit is contained in:
Andres
2025-11-30 17:40:30 -05:00
parent 808aaf3a9f
commit 2c6082950a
2 changed files with 24 additions and 0 deletions

View File

@@ -859,6 +859,16 @@ footer {
z-index: 0;
}
.perso .bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.80);
z-index: 1;
}
.armures .perso .content {
position: relative;
z-index: 10;