Actualiser www/css/style2.css
All checks were successful
build configuration / build (push) Successful in 26s

This commit is contained in:
jimmie 2024-10-07 10:47:04 +02:00
parent dc115891bf
commit 2e0804f646

View file

@ -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;