From f352f288da7aab07d99cf858de5b75001105d01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= Date: Mon, 29 Aug 2022 15:50:30 +0200 Subject: [PATCH] Fix typo. --- assets/css/theorems-fr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/theorems-fr.css b/assets/css/theorems-fr.css index 50b18dd..27fcd31 100644 --- a/assets/css/theorems-fr.css +++ b/assets/css/theorems-fr.css @@ -103,7 +103,7 @@ counter-increment: definition; } .definition:before { - content: "Définition " counter(definion) "."; + content: "Définition " counter(definition) "."; font-weight: bold; font-style: normal; }