This commit is contained in:
parent
11238924a6
commit
f32a1e2378
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ a {
|
|||
|
||||
position: relative;
|
||||
|
||||
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-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-repeat: no-repeat;
|
||||
background-position: center 18%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue