Skip to content

Commit 71ee488

Browse files
authored
Fix dark-colored description text in arc-green theme (#22908)
Fix #22873.
1 parent e314c9e commit 71ee488

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_base.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,10 @@ a.commit-statuses-trigger {
651651
color: var(--color-text-dark);
652652
}
653653

654+
.ui.search > .results .result .description {
655+
color: var(--color-text-light-2);
656+
}
657+
654658
.ui.search > .results .result .image {
655659
width: auto;
656660
height: auto;

0 commit comments

Comments
 (0)