Actualiser www/css/style2.css
All checks were successful
build configuration / build (push) Successful in 26s
All checks were successful
build configuration / build (push) Successful in 26s
This commit is contained in:
parent
dc115891bf
commit
2e0804f646
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ html, body {
|
|||
}
|
||||
|
||||
body {
|
||||
background-color: #5c0631; <!-- ancien : violet : nouveau : pourpre -->
|
||||
background-color: #471f33; <!-- ancien : violet : nouveau : pourpre -->
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -131,7 +131,7 @@ a {
|
|||
position: relative;
|
||||
|
||||
background-image: url("../img/ui/header-nuit.png");
|
||||
background-image: linear-gradient(rgba(0,0,0,0) 70%, #5c0631 100%), url("../img/ui/header-nuit.png");
|
||||
background-image: linear-gradient(rgba(0,0,0,0) 70%, #471f33 100%), url("../img/ui/header-nuit.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
|
Loading…
Reference in a new issue