Update issue title link color

This commit is contained in:
Jordan Holt 2024-05-03 23:15:31 +01:00
parent ce34870757
commit cb120eb24f
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -278,6 +278,13 @@ a.muted.text:hover,
margin-top: .5rem !important; 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 { .ui.top.attached.header {
border-radius: var(--border-radius) var(--border-radius) 0 0; border-radius: var(--border-radius) var(--border-radius) 0 0;
} }