Skip to content

Commit

Permalink
Fix dark-colored description text in arc-green theme (#22908)
Browse files Browse the repository at this point in the history
Fix #22873.
  • Loading branch information
Zettat123 committed Feb 14, 2023
1 parent e314c9e commit 71ee488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_src/less/_base.less
Expand Up @@ -651,6 +651,10 @@ a.commit-statuses-trigger {
color: var(--color-text-dark);
}

.ui.search > .results .result .description {
color: var(--color-text-light-2);
}

.ui.search > .results .result .image {
width: auto;
height: auto;
Expand Down

0 comments on commit 71ee488

Please sign in to comment.