From 200a204a3363b91961630cc8252d1c69e279fcc6 Mon Sep 17 00:00:00 2001 From: jimmie Date: Fri, 27 Sep 2024 16:15:33 +0200 Subject: [PATCH] Actualiser www/css/style2.css --- www/css/style2.css | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/www/css/style2.css b/www/css/style2.css index ae61cb7..f8d13bb 100644 --- a/www/css/style2.css +++ b/www/css/style2.css @@ -76,10 +76,6 @@ } - - - - /*--------------------------------------------------------*/ /* GENERAL RULES /*--------------------------------------------------------*/ @@ -93,14 +89,13 @@ html, body { font-family: "Josefin", serif; font-weight: 500; - line-height: 180%; - /* color: #47132B; */ + line-height: 150%; color: #FFFFFF; font-size: 28px; } body { - background-color: #450424; + background-color: #5c0631; color: white; } @@ -136,7 +131,7 @@ a { position: relative; background-image: url("../img/ui/header-nuit.png"); - background-image: linear-gradient(rgba(0,0,0,0) 70%, #450424 100%), 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-repeat: no-repeat; background-position: center; background-size: cover; @@ -207,10 +202,10 @@ section h2 { padding: 100px 60px 15px 60px; color: #ee93af; - text-shadow: 3px 2px 1px #ff0077, 2px 3px 1px #ff0077; + text-shadow: 3px 2px 1px #e60b5f, 2px 3px 1px #e60b5f; font-family: Josefin; - font-size: 2.5rem; - font-weight: 800; + font-size: 3rem; + font-weight: 100; text-transform: none; text-align: center; word-wrap: break-word;