From c3e99fc8e3523fe8ce77553a85a8af0e272f8186 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 11 Oct 2021 18:15:45 +0200 Subject: [PATCH] dark: adjust color of `.ui.positive.message` --- theme-github-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 9b610f8..8666c5e 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -357,3 +357,7 @@ textarea, .repository .segment.reactions .ui.label.basic.blue { background-color: transparent; } + +.ui.positive.message { + color: #bbc0ca; +}