Skip to content

Commit

Permalink
signal 글 dark 모드 지원
Browse files Browse the repository at this point in the history
  • Loading branch information
echoja committed Nov 24, 2024
1 parent 08d03f3 commit a36eed3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/app/article/2024-11/signal/FoodOrderApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,22 @@ const FoodOrderApp = () => {
color: #666;
font-size: 14px;
}
.dark .container {
border-color: #555;
}
.dark .menu-item {
border-color: #666;
}
.dark .btn-order:disabled {
background-color: #666;
}
.dark .btn-control {
background-color: #333;
}
`}
</style>

Expand Down

0 comments on commit a36eed3

Please sign in to comment.