enhance(ui): forced colors mode enhancements (#38991)

Improve various UI elements while in [forced color
mode](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@media/forced-colors).
This commit is contained in:
silverwind
2026-08-20 07:11:57 +02:00
committed by GitHub
parent ed4d7ea08d
commit 8f7eb9f161
4 changed files with 46 additions and 0 deletions
+6
View File
@@ -720,6 +720,12 @@ td .commit-summary {
left: 0;
}
@media (forced-colors: active) {
.repository.branches .commit-divergence .bar {
background: CanvasText;
}
}
.repository.commits .header .search input {
font-weight: var(--font-weight-normal);
padding: 5px 10px;