From c01e89718246ac48e4ef9673ef906a3058a76e88 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 15 Oct 2021 20:09:59 +0200 Subject: [PATCH] dark: border color of dropdown svg --- theme-github-dark.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 3becf62..1e010e2 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -422,3 +422,10 @@ a.blob-excerpt { .ui.buttons .button:first-child { border-left: 0px solid var(--color-light-border); } + +/* border color of dropdown svg */ +.ui.form, +.ui.form .field .dropdown, +.ui.form .field .dropdown .menu > .item { + background-color: var(--color-border); +}