We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bacdc commit 54fbd31Copy full SHA for 54fbd31
web_src/css/repo/issue-card.css
@@ -7,6 +7,7 @@
7
padding: 8px 10px;
8
border: 1px solid var(--color-secondary);
9
background: var(--color-card);
10
+ color: var(--color-text); /* it can't inherit from parent because the card already has its own background */
11
}
12
13
.issue-card-icon,
0 commit comments