diff --git a/core/client/app/styles/layouts/main.css b/core/client/app/styles/layouts/main.css index 97864fbe46..fd4b1ecb0b 100644 --- a/core/client/app/styles/layouts/main.css +++ b/core/client/app/styles/layouts/main.css @@ -177,10 +177,19 @@ margin-right: 8px; width: 15px; height: 15px; + color: rgba(0,0,0,0.6); text-align: center; font-size: 15px; } +.gh-nav-list .active i { + color: #fff; +} + +.gh-nav-list a:not(.active):hover i { + color: var(--darkgrey); +} + .gh-nav-footer { flex-shrink: 0; display: flex;