Open IncredibleLou opened 7 months ago
I can confirm the issue. It looks to me like commit d75833e in the Jenkins code base is the reason for the invisible links in the page header.
While I am not a CSS expert either, the following snippet serves me as a workaround:
.page-header__hyperlinks a {
color: #fff;
}
Just add an "Extra CSS" entry after the "CSS URL" entry and copy-paste the snippet ("Manage Jenkins" > "Appearance").
I can no longer see SVG images (Login Button, Warning/Error Notifications) In the Jenkins LTS version 2.440.2 when I Use the modern themes.
Someone else experiencing it and has maybe a workaround? I am not really good with CSS, so any help is appreciated.