hintergrund wieder eingeblendet + links klickbar

pull/1/head
Robin Schumann 2023-04-28 12:00:51 +02:00
parent ac92126b13
commit 66dc9544c2
1 changed files with 3 additions and 1 deletions

View File

@ -82,15 +82,17 @@ header > p {
.content::before {
content: "";
background-image: url('gemuese_transparent.png');
background-image: url('../pictures/gemuese_transparent.png');
background-repeat: no-repeat;
background-position: 50% 10%;
position: absolute;
overflow: auto;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.2;
pointer-events: none;
}
#aktuelle_auswahl {