From c7bd6313a6e3cddd7b91676403b8cd8c50a3b5fc Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 7 Oct 2021 17:28:17 +0300 Subject: [PATCH] dark: adjust color of active tabular item --- theme-github-dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index bdcdfc8..3dae9c2 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -316,3 +316,8 @@ textarea, background: transparent; border-radius: 6px; } + +/* color of active tabular item, e.g. in PR view (conversations, commits, files changed) */ +.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover { + background: var(--color-navbar); +}