From 91fefbccc461a71d5c5290859140f2a34a30a825 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 12 Oct 2021 23:11:00 +0200 Subject: [PATCH] dark: bg coloring of comment box --- theme-github-dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index cd13256..71a0e86 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -383,3 +383,11 @@ a.blob-excerpt { .ui.green.labels .label, .ui.ui.ui.green.label { background-color: #347d39; } + +/* bg color of PR comment form */ +.ui.form, .ui.form .field .dropdown, .ui.form .field .dropdown .menu>.item { + background-color: var(--color-navbar); +} +.comment-code-cloud { + background-color: var(--color-navbar); +}