Skip to content

Commit d0fdea8

Browse files
authored
Merge pull request #99 from cniajp/cndw2025_color-scheme
CNDW向けにカラースキームを変更
2 parents 4f910af + 91b892f commit d0fdea8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tailwind.config.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ const config: Config = {
1414
'ryo-gothic-plusn': ['ryo-gothic-plusn', 'sans-serif'],
1515
},
1616
colors: {
17-
'COLOR-UPCOMING-SESSION-LABEL': '#EABA54',
18-
'COLOR-TIMETABLE-Box': '#459ac0',
17+
'COLOR-TIMETABLE-Box': '#216a9c',
18+
},
19+
backgroundImage: {
20+
'COLOR-UPCOMING-SESSION-LABEL':
21+
'linear-gradient(to right, #e99411, #be4493)',
1922
},
2023
},
2124
fontSize: {

0 commit comments

Comments
 (0)