Skip to content

Commit

Permalink
다크모드 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
riroan committed Apr 9, 2024
1 parent 6dfa5a4 commit 298d185
Show file tree
Hide file tree
Showing 19 changed files with 8,990 additions and 8,530 deletions.
161 changes: 161 additions & 0 deletions riroan/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions riroan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-scripts": "5.0.1",
"redux": "^5.0.1",
Expand Down
9 changes: 7 additions & 2 deletions riroan/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
font-family: 'Pretendard';
}

.darkmode {
background-color: #1f1f1f;
color: #fafafa;
}

@media screen and (min-width: 768px) {
.DefaultContainer {
.innerContainer {
padding: 50px;
}
}

@media screen and (max-width: 767px) {
.DefaultContainer {
.innerContainer {
padding: 15px;
}
}
Loading

0 comments on commit 298d185

Please sign in to comment.