This commit is contained in:
Nordi98 2025-06-26 16:24:57 +02:00
parent 540ef8004b
commit b248920acd
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.7);
background-color: transparent; /* Transparenter Hintergrund */
width: 100vw;
height: 100vh;
display: flex;