hintergrund wieder eingeblendet + links klickbar
parent
ac92126b13
commit
66dc9544c2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue