From 760012f6698ade89b7afef12707d35471d740c26 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 25 Jul 2024 11:56:17 +0200 Subject: [PATCH] Header - Change the colors, and add a bit of space before the menu with icons --- css/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/index.css b/css/index.css index 9895bb9..c2386f7 100644 --- a/css/index.css +++ b/css/index.css @@ -19,6 +19,8 @@ html { --neutral-mid-color: #927378; /* Contraste OK sur blanc mais attire moins l'œil ; gris */ --mmf-color: #e8304e; --colortest: bisque ; + --header-background: #e7453a; + --header-font: white; } /* Index */ @@ -1242,10 +1244,11 @@ html[lang="el-GR"] .inline_mod_check { } #languages_form { display: flex; + margin: 0 1em 0 0; } /* The logo and slogan. */ #header { - background-color: rgba(255,255,255,0.5); + background-color: var(--header-background); position: relative; display: flex; align-items: center; @@ -1265,13 +1268,9 @@ h1.forumtitle { font-weight: normal; } h1.forumtitle a { - color: var(--color1); - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); + color: var(--header-font); border-bottom: none; border-bottom-style: inherit !important; - /*display: flex; - justify-content: center; - * Pour slogan ? mais j'ai enlevé le code de la fonction.*/ } h1.forumtitle a:hover { border-bottom: none; @@ -4642,6 +4641,7 @@ img.theme_thumbnail { flex-wrap: wrap; width: 100%; justify-content: center; + padding: 0.5em; } .khbb_nav ul li { position: relative;