diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index a2d10a90..93a9e47b 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -45,6 +45,12 @@ i.control { #nav-block #nav-item.active:after { background: var(--accent-color); } +#nav-block #nav-item a:hover { + color: var(--text-hover) !important; +} +#nav-block #nav-item a { + color: var(--text) !important; +} /*DASHBOARD*/ table.share_status.dashboard {