Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit b674436

Browse files
committed
update: dark theme compatible
1 parent 372f60d commit b674436

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.output/Namecard for sspai.box

265 Bytes
Binary file not shown.

scripts/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function renderUI(userInfo) {
130130
id: 'nickname',
131131
text: userInfo.nickname,
132132
font: $font('Menlo-Bold', 20),
133+
color: $color('#24292E'),
133134
align: $align.left
134135
},
135136
layout: function(make, view) {
@@ -164,6 +165,7 @@ function renderUI(userInfo) {
164165
id: 'bio',
165166
text: userInfo.bio.split('\n').join(' '),
166167
font: $font(12),
168+
color: $color('#24292E'),
167169
align: $align.left
168170
},
169171
layout: function(make, view) {

0 commit comments

Comments
 (0)