Skip to content

Commit

Permalink
NYPC 2023, 2024년도 색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
myungwoo committed Aug 11, 2024
1 parent c9efc49 commit 85a276c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { PostLayout } from "components";
import type { NextPage } from "next";

export const themes = {
// 아래 색은 해당 년도 NYPC 포스터를 참고한다.
2016: {
background: "#fff001",
color: "#1d1d1b",
Expand Down Expand Up @@ -33,13 +34,13 @@ export const themes = {
color: "#0D72E6",
},
2023: {
background: "#000000",
color: "#0D72E6",
},
background: "#1A1A1A",
color: "#FFFFFF",
},
2024: {
background: "#000000",
color: "#0D72E6",
},
background: "#181D43",
color: "#FFFFFF",
},
};

const YearContainer = styled.div`
Expand Down

0 comments on commit 85a276c

Please sign in to comment.