fix css: textcolor

This commit is contained in:
martin-mfg
2025-05-21 22:46:46 +02:00
parent 213ba17955
commit 4ce98f81c2
+1 -1
View File
@@ -261,7 +261,7 @@ const renderRepoCard = (repo, options = {}) => {
.badge rect { opacity: 0.2 }
.stat {
font: 600 14px 'Segoe UI', Ubuntu, "Helvetica Neue", Sans-Serif; fill: ${textColor};
font: 600 14px 'Segoe UI', Ubuntu, "Helvetica Neue", Sans-Serif; fill: ${colors.textColor};
}
@supports(-moz-appearance: auto) {
/* Selector detects Firefox */