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

This commit is contained in:
nheitz 2024-09-24 16:09:51 +02:00
parent e59feb2974
commit 11238924a6

View file

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