From 724a835c9c9a53f9cedd393c5d0edba9214fb15d Mon Sep 17 00:00:00 2001 From: Marco Davids Date: Mon, 22 Jan 2018 22:38:26 +0100 Subject: [PATCH] Issue #111 for theme-mine.css --- exampleSite/static/css/theme-mine.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/static/css/theme-mine.css b/exampleSite/static/css/theme-mine.css index 56bb3bf5709..2bbc868149a 100644 --- a/exampleSite/static/css/theme-mine.css +++ b/exampleSite/static/css/theme-mine.css @@ -64,7 +64,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);