fix css: textcolor
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user