From 1a281ebfb567043165a23e26a0cea71ce2be1f59 Mon Sep 17 00:00:00 2001 From: imnyang Date: Mon, 12 May 2025 01:02:08 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=ED=8A=B8=20=EB=AA=A8?= =?UTF-8?q?=EB=93=9C=20=EC=A1=B4=EC=A4=91=20+=20=ED=95=91=ED=81=AC?= =?UTF-8?q?=EB=81=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 16 +++++++------- styles/globals.css | 55 +++++++++++++++++++++++----------------------- 2 files changed, 36 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82eb607..ff2f234 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,16 +69,16 @@ export function Page() {

- {age}살의 어린 나이지만, 저는 항상 최적의 코드를 목표로 하며,
- 사용자 경험을 중심적으로 고민합니다.
- 또한 새로운 기술에 대한 관심이 높습니다. + {age}살의 어린 나이지만, 저는 항상 최적의 코드를 목표로 하며,
+ 사용자 경험을 중심적으로 고민합니다.
+ 또한 새로운 기술에 대한 관심이 높습니다.

- 초등학교 시절 운영체제에 흥미를 느껴 컴퓨터를 시작했고, - 이후 프로그래밍에 관심을 갖게 되었습니다.
- 초등학교 4학년 때 Python으로 프로그래밍을 시작했으며, - 현재는 TypeScript를 주로 사용합니다.
- 최근에는 정보보안 분야 중 웹 해킹에 관심이 많습니다. + 초등학교 시절 운영체제에 흥미를 느껴 컴퓨터를 시작했고, + 이후 프로그래밍에 관심을 갖게 되었습니다.
+ 초등학교 4학년 때 Python으로 프로그래밍을 시작했으며, + 현재는 TypeScript를 주로 사용합니다.
+ 최근에는 정보보안 분야 중 웹 해킹에 관심이 많습니다.

diff --git a/styles/globals.css b/styles/globals.css index b4ebfe9..22c651b 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -5,60 +5,61 @@ @custom-variant dark (&:is(.dark *)); :root { - --background: hsl(0 0% 100%); - --foreground: hsl(240 10% 3.9%); - --card: hsl(0 0% 100%); - --card-foreground: hsl(240 10% 3.9%); - --popover: hsl(0 0% 100%); - --popover-foreground: hsl(240 10% 3.9%); - --primary: hsl(240 5.9% 10%); + --background: hsl(340 40% 98%); + --foreground: hsl(315 21% 8%); + --card: hsl(340 40% 98%); + --card-foreground: hsl(315 21% 8%); + --popover: hsl(340 40% 98%); + --popover-foreground: hsl(315 21% 8%); + --primary: hsl(340 25% 15%); --primary-foreground: hsl(0 0% 98%); - --secondary: hsl(240 4.8% 95.9%); + --secondary: hsl(340 25% 95%); --secondary-foreground: hsl(240 5.9% 10%); - --muted: hsl(240 4.8% 95.9%); - --muted-foreground: hsl(240 3.8% 46.1%); - --accent: hsl(240 4.8% 95.9%); + --muted: hsl(340 20% 95%); + --muted-foreground: hsl(340 10% 40%); + --accent: hsl(340 25% 94%); --accent-foreground: hsl(240 5.9% 10%); --destructive: hsl(0 84.2% 60.2%); --destructive-foreground: hsl(0 0% 98%); - --border: hsl(240 5.9% 90%); - --input: hsl(240 5.9% 90%); - --ring: hsl(240 10% 3.9%); + --border: hsl(340 25% 90%); + --input: hsl(340 25% 90%); + --ring: hsl(315 21% 8%); --chart-1: hsl(12 76% 61%); --chart-2: hsl(173 58% 39%); --chart-3: hsl(197 37% 24%); --chart-4: hsl(43 74% 66%); --chart-5: hsl(27 87% 67%); --radius: 0.6rem; - --sidebar-background: hsl(0 0% 98%); + --sidebar-background: hsl(340 25% 98%); --sidebar-foreground: hsl(240 5.3% 26.1%); --sidebar-primary: hsl(240 5.9% 10%); --sidebar-primary-foreground: hsl(0 0% 98%); - --sidebar-accent: hsl(240 4.8% 95.9%); + --sidebar-accent: hsl(340 20% 95%); --sidebar-accent-foreground: hsl(240 5.9% 10%); - --sidebar-border: hsl(220 13% 91%); + --sidebar-border: hsl(340 20% 90%); --sidebar-ring: hsl(217.2 91.2% 59.8%); } + .dark { - --background: hsl(240 10% 3.9%); + --background: hsl(315 21% 8%); --foreground: hsl(0 0% 98%); - --card: hsl(240 10% 3.9%); + --card: hsl(315 21% 8%); --card-foreground: hsl(0 0% 98%); - --popover: hsl(240 10% 3.9%); + --popover: hsl(315 21% 8%); --popover-foreground: hsl(0 0% 98%); --primary: hsl(0 0% 98%); --primary-foreground: hsl(240 5.9% 10%); - --secondary: hsl(240 3.7% 15.9%); + --secondary: hsl(296, 18%, 15%); --secondary-foreground: hsl(0 0% 98%); - --muted: hsl(240 3.7% 15.9%); + --muted: hsl(296, 18%, 15%); --muted-foreground: hsl(240 5% 64.9%); - --accent: hsl(240 3.7% 15.9%); + --accent: hsl(296, 18%, 15%); --accent-foreground: hsl(0 0% 98%); --destructive: hsl(0 62.8% 30.6%); --destructive-foreground: hsl(0 0% 98%); - --border: hsl(240 3.7% 15.9%); - --input: hsl(240 3.7% 15.9%); + --border: hsl(296, 18%, 15%); + --input: hsl(296, 18%, 15%); --ring: hsl(240 4.9% 83.9%); --chart-1: hsl(220 70% 50%); --chart-2: hsl(160 60% 45%); @@ -69,9 +70,9 @@ --sidebar-foreground: hsl(240 4.8% 95.9%); --sidebar-primary: hsl(224.3 76.3% 48%); --sidebar-primary-foreground: hsl(0 0% 100%); - --sidebar-accent: hsl(240 3.7% 15.9%); + --sidebar-accent: hsl(296, 18%, 15%); --sidebar-accent-foreground: hsl(240 4.8% 95.9%); - --sidebar-border: hsl(240 3.7% 15.9%); + --sidebar-border: hsl(296, 18%, 15%); --sidebar-ring: hsl(217.2 91.2% 59.8%); }