Skip to content

Commit

Permalink
Soften some resets
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 11, 2023
1 parent 72f2f77 commit bf72c3a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@
outline-offset: -2px;
}

.mc-main .mc-list li.current-day {
border-left: 4px solid var(--highlight-dark);
}

.my-calendar-nav ul, .mc-main .category-key ul, .mc-main .mc-export ul, .mc-main .mc-list {
margin: 0 !important;
padding: 0 !important;
Expand Down Expand Up @@ -461,15 +465,6 @@
position: relative;
}

.mc-main li.current-day {
border-left: 10px solid var(--highlight-dark);
}

.mc-main li.current-day button:nth-of-type(1) {
position: relative;
left: -10px;
}

.mc-main .mc-list .mc-events {
list-style-type: none !important;
padding: 8px;
Expand Down

0 comments on commit bf72c3a

Please sign in to comment.