From c7a79d74860409652466467b463ce673ebe4873c Mon Sep 17 00:00:00 2001 From: Esenjin Date: Wed, 1 Jun 2022 11:25:36 +0200 Subject: [PATCH] correction de couleurs --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a32ebca..5b89f46 100644 --- a/style.css +++ b/style.css @@ -2075,7 +2075,8 @@ pre code{ } } table{ - background-color:transparent + color: #000; + background-color:#c7bcad; } caption{ padding-top:8px;