From 3d86c95a2db506bb73135c966434bb72eb91cec0 Mon Sep 17 00:00:00 2001 From: Khaganat Date: Wed, 27 Nov 2024 15:37:16 +0100 Subject: [PATCH] minor : petites variations de couleurs --- css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index b6573d0..ffc921d 100644 --- a/css/index.css +++ b/css/index.css @@ -9,6 +9,7 @@ html { --mmf-color: #e7453a; --bgcolor: #dddddd; + --bluemmf: #357ABD; --dark-color: #401018; /* Pour les textes entre autre */ --color1: var(--mmf-color); --color2: #CE3D34; @@ -4116,7 +4117,7 @@ ul.post_options li { /* General Classes */ /* Cat_bar / catbg */ div.cat_bar { - background: var(--color2); + background: var(--bluemmf); padding: 0 0 1em 0; color: var(--neutral-light-color); margin-top: 0;