Skip to content

Commit 54fbd31

Browse files
committed
fix project text color
1 parent c7bacdc commit 54fbd31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/repo/issue-card.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
padding: 8px 10px;
88
border: 1px solid var(--color-secondary);
99
background: var(--color-card);
10+
color: var(--color-text); /* it can't inherit from parent because the card already has its own background */
1011
}
1112

1213
.issue-card-icon,

0 commit comments

Comments
 (0)