From 29f892b41359c9cfb0ed9ccdf9a54896e31838a3 Mon Sep 17 00:00:00 2001 From: Plumf Date: Tue, 15 Aug 2023 13:00:05 +0200 Subject: [PATCH] Couleur unique pour les hr --- css/typo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/typo.css b/css/typo.css index 60073f9..35065b3 100644 --- a/css/typo.css +++ b/css/typo.css @@ -121,7 +121,7 @@ h6, } hr { border: 0; - border-top: 3px dotted var(--couleurprincipal); + border-top: 3px dotted var(--couleurneutre); margin: 1em 0; /*-moz-box-sizing: content-box; box-sizing: content-box;