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; +}