Skip to content

Commit

Permalink
chore: nav 그라데이션 색상 상수 선언
Browse files Browse the repository at this point in the history
  • Loading branch information
imi21123 committed Jan 27, 2025
1 parent 328de9a commit 0754c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ body {

--container: #3b3b3b;
--icon: #a4a3a3;
--navigation-gr: linear-gradient(180deg, #fff 0%, #d2d1cc 100%);

background-color: var(--background);
color: var(--white);
Expand All @@ -61,6 +62,7 @@ body.light {

--container: var(--light-gray);
--icon: var(--gray);
--navigation-gr: linear-gradient(180deg, #fff 0%, #d2d1cc 100%);

background-color: var(--background);
color: var(--black);
Expand Down

0 comments on commit 0754c41

Please sign in to comment.