diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 15c224e33..517075f7c 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -38,6 +38,7 @@ } .level { + transition: 0.125s; width: max-content; font-size: 0.65rem; line-height: 1rem; @@ -89,6 +90,9 @@ } } } + &:hover .level { + background-color: var(--text-color); + } } }