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; }