diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index a2698c9..cf821cb 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -54,7 +54,7 @@ /* reconsidered: .ui.active.button:hover, .ui.active.button:active */ - .ui.tabular.stackable.menu.navbar .active.item { + .ui.tabular.menu.navbar .active.item { background-color: var(--color-background) !important; /* make repo tabular menu item background match --color-background (Code, Issues, Pull Requests, etc.) */ } diff --git a/public/css/theme-red.css b/public/css/theme-red.css index c735504..685c920 100644 --- a/public/css/theme-red.css +++ b/public/css/theme-red.css @@ -51,7 +51,7 @@ span.green .svg { /* reconsidered: .ui.active.button:hover, .ui.active.button:active */ -.ui.tabular.stackable.menu.navbar .active.item { +.ui.tabular.menu.navbar .active.item { background-color: var(--color-background) !important; /* make repo tabular menu item background match --color-background (Code, Issues, Pull Requests, etc.) */ }