diff --git a/www/css/style2.css b/www/css/style2.css index 16d3201..0fad42f 100644 --- a/www/css/style2.css +++ b/www/css/style2.css @@ -95,7 +95,7 @@ html, body { } body { - background-color: #5c0631; + background-color: #471f33; 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;