mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-22 10:13:32 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user