This commit is contained in:
vinceliuice
2023-05-30 10:20:38 +08:00
parent 19beb3eeb9
commit 5feecc6695

View File

@@ -170,8 +170,6 @@
border-left-width: 0; border-left-width: 0;
} }
.calendar-work-day {}
.calendar-nonwork-day { .calendar-nonwork-day {
color: $text-disabled; color: $text-disabled;
font-weight: bold; font-weight: bold;
@@ -246,15 +244,17 @@
.events-button { .events-button {
.events-box { .events-box {
spacing: $base_spacing; spacing: $base_spacing;
color: $text-disabled;
} }
.events-list { .events-list {
spacing: 2 * $base_spacing; spacing: 2 * $base_spacing;
text-shadow: none; text-shadow: none;
color: $text-disabled;
} }
.events-title { .events-title {
color: $text-disabled; color: $text-secondary;
font-weight: bold; font-weight: bold;
text-shadow: none; text-shadow: none;
} }