From d510ba48fd8f41ca688c0d93d1b1f3db9c4fee8d Mon Sep 17 00:00:00 2001 From: Marco Davids Date: Mon, 22 Jan 2018 22:40:35 +0100 Subject: [PATCH] Issue #111 for _index.fr.md --- exampleSite/content/basics/style-customization/_index.fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/style-customization/_index.fr.md b/exampleSite/content/basics/style-customization/_index.fr.md index 5ff4e3347e2..7996b344546 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 +```