Skip to content

Commit

Permalink
fix: don't highlight today because it clashes with weekend dates
Browse files Browse the repository at this point in the history
  • Loading branch information
zoreet committed Jan 3, 2024
1 parent 70f50ff commit dedd6fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ If your plugin does not need CSS, delete this file.
user-select: none;
}

/* today */
.habit-cell:last-child {
background-color: var(--color-base-20);
}

.habit-cell__name {
flex: auto 1 0;
text-align: start !important;
Expand Down

0 comments on commit dedd6fd

Please sign in to comment.