CssGitHubWindows
CssGitHubWindows copied to clipboard
White header in issues and PRs
trafficstars

Additional info: This is a div.gh-header, which gets assigned background-color: #fff in discussion-timeline.scss
Fix: Add
.gh-header {
background: var(--color-button-face) !important;
}
It doesn't seem to fix pull requests' headers, though.