File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export default function LoginPage() {
8686 < div className = "text-grayscale-900 text-center text-3xl font-bold tracking-tight" > 로그인</ div >
8787 < p className = "text-grayscale-600 mt-2 text-center text-sm" >
8888 아직 계정이 없으신가요?{ " " }
89- < Link href = "/signup" className = "font-medium text-primary-orange-300 hover:text-primary-orange-200" >
89+ < Link href = "/signup" className = "font-bold text-primary-orange-300 hover:text-primary-orange-200" >
9090 회원가입하기
9191 </ Link >
9292 </ p >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default function SignupPage() {
1212 < h2 className = "text-grayscale-900 text-center text-3xl font-bold tracking-tight" > 회원 유형 선택</ h2 >
1313 < p className = "text-grayscale-600 mt-2 text-center text-sm" >
1414 이미 계정이 있으신가요?{ " " }
15- < Link href = "/login" className = "font-medium text-primary-orange-300 hover:text-primary-orange-200" >
15+ < Link href = "/login" className = "font-bold text-primary-orange-300 hover:text-primary-orange-200" >
1616 로그인하기
1717 </ Link >
1818 </ p >
@@ -22,7 +22,7 @@ export default function SignupPage() {
2222 { /* 지원자 회원가입 카드 */ }
2323 < Link
2424 href = "/signup/applicant"
25- className = "flex flex-1 flex-col items-center rounded-lg border-2 border-transparent bg-primary-blue-50 p-8 transition-all hover:scale-105 hover:border-primary-orange-300 hover:shadow-xl"
25+ className = "flex flex-1 flex-col items-center rounded-lg border-2 border-transparent bg-[#ebfdeb] p-8 transition-all hover:scale-105 hover:border-primary-orange-300 hover:shadow-xl"
2626 >
2727 < div className = "flex h-24 w-24 items-center justify-center rounded-full bg-primary-orange-50" >
2828 < FaUser className = "h-12 w-12 text-primary-orange-300" />
You can’t perform that action at this time.
0 commit comments