From 8a048699a04423e5f22cc371076faa0323dd3514 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 1 Jun 2024 14:03:42 +0100 Subject: [PATCH] Fix repo title color --- theme-github-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index e60e1dd..a116469 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -199,7 +199,7 @@ a.muted.text:hover, width: 22px; padding-top: 4px; } -.issue-list .flex-item .flex-item-title a { +#issue-list .flex-item .flex-item-title a { color: var(--color-white); };