Skip to content

Commit

Permalink
Add minimal accent to Sunday in calendar (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian authored Sep 28, 2023
1 parent be785e7 commit 6b76ebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions calendar/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ input:checked + label {
padding: 0px;
}

.toastui-calendar-week-view .toastui-calendar-holiday-sun,
.toastui-calendar-day-view .toastui-calendar-holiday-sun {
color: var(--grist-theme-accent-text) !important;
}

@media (max-width: 575.98px) {
/* CSS hacks to make days of week more responsive in week view. */
.toastui-calendar-week-view .toastui-calendar-day-name__date,
Expand Down

0 comments on commit 6b76ebd

Please sign in to comment.