From 0627b9d098d6557762cb8064a59d5934c012e8a5 Mon Sep 17 00:00:00 2001 From: Marco Davids Date: Mon, 22 Jan 2018 22:39:54 +0100 Subject: [PATCH] Issue #111 for _index.en.md --- exampleSite/content/basics/style-customization/_index.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/style-customization/_index.en.md b/exampleSite/content/basics/style-customization/_index.en.md index e9b2b1a30f..2150b124a7 100644 --- a/exampleSite/content/basics/style-customization/_index.en.md +++ b/exampleSite/content/basics/style-customization/_index.en.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 @@ Then, set the `themeVariant` value with the name of your custom theme file. That [params] # Change default color scheme with a variant one. Can be "red", "blue", "green". themeVariant = "mine" -``` \ No newline at end of file +```