diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index 77446a46..495f9b6a 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -126,7 +126,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta text-decoration: none; position: fixed; - top: 50px; /* Height of menu-bar */ + top: 0; bottom: 0; margin: 0; max-width: 150px; @@ -137,10 +137,14 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta align-content: center; flex-direction: column; - transition: color 0.5s; + transition: color 0.5s, background-color 0.5s; } -.nav-chapters:hover { text-decoration: none; } +.nav-chapters:hover { + text-decoration: none; + background-color: var(--theme-hover); + transition: background-color 0.15s, color 0.15s; +} .nav-wrapper { margin-top: 50px;