@@ -41,7 +41,7 @@ export default function Home() {
4141 Frontend Developer
4242 </ h1 >
4343 </ div >
44- < p className = "text-lg text-gray-200 max-w-2xl" >
44+ < p className = "text-lg text-default max-w-2xl" >
4545 안녕하세요, 서정우입니다. 사용자 경험과 깔끔한 코드 작성에 중점을 두고
4646 있으며, 멈추지 않는 기술의 변화를 즐깁니다.
4747 </ p >
@@ -60,22 +60,22 @@ export default function Home() {
6060 </ div >
6161 < div className = "grid gap-4" >
6262 < h2 className = "text-2xl font-semibold" > About Me</ h2 >
63- < p className = "text-gray-200 " >
63+ < p className = "text-default " >
6464 프론트엔드 개발자로서 React, Next.js, TypeScript를 주로 사용합니다.
6565 항상 사용자 입장에서 생각하고, 성능 최적화에 관심이 많으며, 지속적인
6666 학습과 성장을 추구합니다.
6767 </ p >
6868 < div className = "flex gap-4" >
6969 < a href = { 'https://github.com/ShipFriend0516' } target = { '_blank' } >
70- < FaGithub className = "w-5 h-5 text-gray-200 hover:text-gray-100 hover:scale-125 transition cursor-pointer" />
70+ < FaGithub className = "w-5 h-5 text-default hover:text-gray-100 hover:scale-125 transition cursor-pointer" />
7171 </ a >
7272 < a
7373 href = {
7474 'https://www.linkedin.com/in/%EC%A0%95%EC%9A%B0-%EC%84%9C-9a0b79312/'
7575 }
7676 target = { '_blank' }
7777 >
78- < FaLinkedin className = "w-5 h-5 text-gray-200 hover:text-gray-100 hover:scale-125 transition cursor-pointer" />
78+ < FaLinkedin className = "w-5 h-5 text-default hover:text-gray-100 hover:scale-125 transition cursor-pointer" />
7979 </ a >
8080 </ div >
8181 </ div >
@@ -107,7 +107,7 @@ export default function Home() {
107107 />
108108 </ div >
109109 < h3 className = "font-medium mb-2" > { post . title } </ h3 >
110- < p className = "text-sm text-gray-200 " >
110+ < p className = "text-sm text-default " >
111111 { post . subTitle && post . subTitle . slice ( 0 , 80 ) }
112112 </ p >
113113 </ Link >
0 commit comments