From 58ea9a92357f6dd8fa2a3b2cf54577369a096923 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 21 Oct 2021 11:03:24 +0200 Subject: [PATCH] dark: adjust color of "search repository" right border --- theme-github-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 42b327a..2fca382 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -272,7 +272,7 @@ textarea, /* right border of "find repository" field */ .ui.action.input:not([class*="left action"]) > input { - border-right-color: var(--color-input-border-hover); + border-right-color: var(--color-light); } /* background color of code display */