Skip to content

Commit

Permalink
Fixes minor calendarium issue
Browse files Browse the repository at this point in the history
Close #108

Signed-off-by: Sigrunixia <[email protected]>
  • Loading branch information
sigrunixia authored and ebullient committed Sep 15, 2024
1 parent a195bb3 commit 91af24d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/fragments/_12-calendar-day-planner-tracker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
--calendar-dividing-line: var(--primary-accent-1);
--day-planner-timeline-fg: var(--primary-accent-3);

.day.today {
color: var(--primary-accent-3);
font-weight: bold;
.calendar {

.today {

.span.day-number {
color: var(--primary-accent-3);
font-weight: bold;
}
}
}

.day.today:hover {
color: var(--gray-light-5);
}
Expand Down

0 comments on commit 91af24d

Please sign in to comment.