Skip to content

Commit

Permalink
feat: 캘린더 background 일요일만 검정색으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseB committed Mar 27, 2024
1 parent 6e97487 commit f172c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/calendar/CalendarBody/CalendarBody.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ $calendar-item-column: 7;
cursor: default;
}

&:nth-child(7n - 6) {
background-color: $black;
}

&:not(:nth-child(7n)) {
border-right: 0.1rem solid $black50;
}
Expand Down

0 comments on commit f172c0e

Please sign in to comment.