From ada67fb8778ac7288bdbe829bb90fea2d13b57ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 18 Mar 2024 18:33:34 +0100 Subject: [PATCH] Fix strong tag color --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index eb9fd3c..314e55d 100644 --- a/css/main.css +++ b/css/main.css @@ -43,6 +43,10 @@ color: #880005; } +strong { + color: #f5f5f5; +} + #template { margin-bottom: 10em; }