From d06350970a0228c6a25d090e1805edab61831bc2 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 8 Nov 2021 20:04:46 +0100 Subject: [PATCH] dark: background of "pending" label in review --- theme-github-dark.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100644 => 100755 theme-github-dark.css diff --git a/theme-github-dark.css b/theme-github-dark.css old mode 100644 new mode 100755 index 51412d6..e428785 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -434,7 +434,7 @@ a.blob-excerpt { /* remove border of "new file" button */ .ui.buttons .button:first-child { - border-left: 0px solid var(--color-light-border); + border-left: 1px solid var(--color-markup-code-block); } /* border color of dropdown svg */ @@ -547,3 +547,9 @@ input { background: #0d8b2c; color: var(--color-text); } + +/* review - pending label */ +.ui.basic.labels .yellow.label, .ui.ui.ui.basic.yellow.label { + background: var(--color-project-board-bg); + color: #333 !important; +}