Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Oct 17, 2023
1 parent f2dece3 commit 66e0053
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions src/sass/gnome-shell/common/_calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
margin: 0 !important;
text-shadow: none;
border-radius: $menu_radius;
color: $text-secondary;

// month
.calendar-month-label {
Expand Down Expand Up @@ -177,6 +178,13 @@
outline: none !important;
}

&.calendar-weekday {}

&.calendar-weekend {
color: $text-disabled !important;
// font-weight: normal;
}

&.calendar-day-heading { //day of week heading
margin-top: 1em;
color: $text-disabled;
Expand All @@ -197,8 +205,8 @@
}

.calendar-nonwork-day {
color: $text-disabled;
font-weight: bold;
color: $text;
// font-weight: normal;
}

// Today
Expand Down Expand Up @@ -239,9 +247,14 @@
}
}

.calendar-other-month,
.calendar-other-month-day {
color: $text-secondary-disabled;
opacity: 0.5;
color: $text-secondary-disabled !important;
font-weight: normal;

&.calendar-weekend {
color: $text-secondary-disabled !important;
}
}

.calendar-week-number {
Expand Down

0 comments on commit 66e0053

Please sign in to comment.