Fix transparent background on weekends (#4290)

* fix transparent background on weekends

* revert manifest changes
This commit is contained in:
Scott Bishel 2022-12-14 17:05:38 -07:00 committed by GitHub
parent f20f0c6d9d
commit be80d3ca82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,9 @@
.fc-day-sat,
.fc-day-sun {
background-color: rgba(var(--center-channel-color-rgb), 0.04);
&:not(.fc-popover) {
background-color: rgba(var(--center-channel-color-rgb), 0.04);
}
}
.dateDisplay {