Skip to content

Commit

Permalink
Design: 색상, 타이포그래피 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jseo9732 committed Jan 3, 2024
1 parent 5ed85ec commit 2d6d624
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
39 changes: 31 additions & 8 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,38 @@ code {
.title3,
.headline1,
.headline2,
.body1,
.body2,
.body4 {
.body3,
.body4,
.body5,
.body6,
.caption1,
.caption2 {
font-style: normal;
line-height: normal;
}

.title1,
.title2,
.title3,
.headline1,
.headline2,
.body2 {
@apply font-bold;
}
}

.body5,
.caption1 {
.body1,
.body5 {
@apply font-medium;
}

.body3,
.caption1 {
@apply font-semibold;
}

.title1 {
font-size: 24px;
}
Expand All @@ -73,22 +94,24 @@ code {
.headline1 {
font-size: 16px;
}

.headline2,
.body1 {
font-size: 15px;
}

.body2,
.body3 {
.body3,
.body4,
.body5 {
font-size: 14px;
}
.body4,
.body5,

.body6 {
font-size: 12px;
font-size: 13px;
}

.caption1,
.caption2 {
font-size: 11px;
font-size: 12px;
}
6 changes: 5 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ export default {
theme: {
extend: {
colors: {
primary: '#29DDF6',
main1: '#29DDF6',
main2: '#062139',
sub1: '#FFEC3E',
sub2: 'FF2167',
gray1: '#f8f8f8',
gray2: '#ededed',
gray3: '#d7d7d7',
gray4: '#888',
gray5: '#5e5e5e',
gray6: '#38393C',
gray7: '#1E1E1E',
red: '#F00',
},
},
},
Expand Down

0 comments on commit 2d6d624

Please sign in to comment.