diff --git a/exampleSite/content/basics/style-customization/_index.fr.md b/exampleSite/content/basics/style-customization/_index.fr.md index 5ff4e3347e..7996b34454 100644 --- a/exampleSite/content/basics/style-customization/_index.fr.md +++ b/exampleSite/content/basics/style-customization/_index.fr.md @@ -146,7 +146,7 @@ a:hover { -moz-transition: width 0.5s ease; -ms-transition: width 0.5s ease; transition: width 0.5s ease; - background-color: var(--MAIN-HOVER-color); + background-color: var(--MAIN-LINK-HOVER-color); } #sidebar { background-color: var(--MENU-SECTIONS-BG-color); @@ -191,4 +191,4 @@ Puis, configurez le paramètre `themeVariant` avec le nom de votre variante. C'e [params] # Modifier le schéma de couleur par défaut. Peut être "red", "blue", "green". themeVariant = "lemien" -``` \ No newline at end of file +```