header update
All checks were successful
build configuration / build (push) Successful in 25s

This commit is contained in:
nheitz 2024-09-24 16:19:31 +02:00
parent f32a1e2378
commit b3a3ff06c0

View file

@ -114,7 +114,7 @@ a {
position: relative; position: relative;
background-image: url("../img/ui/header-nuit.png"); background-image: url("../img/ui/header-nuit.png");
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), url("..img/ui/header-nuit.png"); background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), url("../img/ui/header-nuit.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center 18%; background-position: center 18%;
} }