From f96b0f61f0d0c5e6e5169f315f141048fedcb131 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 7 Jun 2019 17:27:51 +0200 Subject: [PATCH] fix collab invite background - fixes #811 --- github-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/github-dark.css b/github-dark.css index a661aacf3..219b6c487 100644 --- a/github-dark.css +++ b/github-dark.css @@ -5407,6 +5407,10 @@ .bg-white, .radio-label { background-color: #181818 !important; } + /* https://github.com/StylishThemes/GitHub-Dark/issues/811 */ + .application-main > main > .container .pt-4.bg-white.text-center { + background: none !important; + } button.bg-white.subnav-link { background-color: transparent !important; }