From cb120eb24fa69f69984d175832acfc5a011384e5 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 3 May 2024 23:15:31 +0100 Subject: [PATCH] Update issue title link color --- theme-github-dark.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 31b66c6..e8ef7be 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -278,6 +278,13 @@ a.muted.text:hover, margin-top: .5rem !important; } +.gt-no-underline.issue-title { + color: var(--color-white) !important; +} +.gt-no-underline.issue-title:hover { + color: var(--color-blue); +} + .ui.top.attached.header { border-radius: var(--border-radius) var(--border-radius) 0 0; }