From 7967122041933cfd5cf9d10ed4633f06997253f3 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 31 Aug 2021 11:49:28 +0200 Subject: [PATCH] fix font-color of branch-delete "yes" button on light theme --- theme-github.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme-github.css b/theme-github.css index caa1006..99c636e 100644 --- a/theme-github.css +++ b/theme-github.css @@ -160,3 +160,6 @@ a.ui.label { cursor: pointer; color: #fff !important; } +.ui.basic.green.buttons .button, .ui.basic.green.button { + color: #2da44e!important; +}