This commit is contained in:
weipengfei 2023-08-14 18:15:23 +08:00
parent c5ab0586b1
commit 7b9afcb2fe

View File

@ -112,5 +112,15 @@ const themeOptions = computed((): any => {
.cv-wrapper.holiday-us-traditional .d05-05 .cv-day-number::before {
content: "" !important;
}
.theme-gcal .periodLabel {
font-size: 16px !important;
}
.theme-gcal .cv-header button.previousYear,
.theme-gcal .cv-header button.previousPeriod,
.theme-gcal .cv-header button.nextPeriod,
.theme-gcal .cv-header button.nextYear {
width: 2em;
}
</style>