From 070d1b05a7515c32045cf671ba6968d2eda1902c Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:00:30 +0100 Subject: [PATCH] Use dark grey for GitHub Invertocat icon --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 907944c6c..494f2948e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1005,7 +1005,7 @@ img.trace_image { @include color-mode(dark) { .github-logo rect { fill: white; } - .github-logo path { fill: black; } + .github-logo path { fill: #1b1f24; } } /* Rules for contextmenu */ -- 2.39.5