diff --git a/static/css/theme-red.css b/static/css/theme-red.css index 5777deb1ff..8c2401aaae 100644 --- a/static/css/theme-red.css +++ b/static/css/theme-red.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);