From ca967baf8399d864fc6a32e09e31c85e5be84e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Wed, 9 Mar 2022 12:59:02 +0100 Subject: [PATCH] Diminution taille balises h4 --- public/CSS/fd2html.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/CSS/fd2html.css b/public/CSS/fd2html.css index a1676e6..fde9135 100644 --- a/public/CSS/fd2html.css +++ b/public/CSS/fd2html.css @@ -12,5 +12,6 @@ h1 a { background :none; color:black } h1 a:visited { color:black } h2 { font-size:2rem; } h3 { font-size:1.5rem; } +h4 { font-size:1.2rem; } header li a:visited { color:white; } table caption { font-weight: bolder} \ No newline at end of file