8000 Fix Github theme · wcoder/life-calendar@72cf012 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72cf012

Browse files
committed
Fix Github theme
1 parent 214a4bd commit 72cf012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
{
3939
box: {
40-
borderColor: '#CCC',
40+
borderColor: '#DCDCDC',
4141
backgroundDefaultColor: '#ebedf0',
42-
backgroundPastDayColor: '#30a14e',
42+
backgroundPastDayColor: '#40c463',
4343
}
4444
}
4545
],

0 commit comments

Comments
 (0)
0