From 4699fc648fc203cebb38915ef43903369bf69f97 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 15 Oct 2021 20:12:51 +0200 Subject: [PATCH] dark: adjust colors of `.ui.positive.message` --- theme-github-dark.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 1e010e2..5d9744b 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -377,7 +377,12 @@ textarea, } .ui.positive.message { - color: #bbc0ca; + background-color: #22272e; + color: #fff; +} +.ui.positive.message, +.ui.attached.positive.message { + box-shadow: 0 0 0 1px #2c662d inset, 0 0 #0000; } /* diff color deletion */