update 首页字体修改

This commit is contained in:
2026-01-26 20:58:01 +08:00
parent 0678ebc4a5
commit 42844cd050

View File

@@ -220,5 +220,14 @@ onMounted(() => {
.vc-highlight-content-solid {
/* color: black; */
}
.vc-weekday {
font-weight: 400;
}
.vc-day-content {
font-weight: 400;
}
.vc-header .vc-title {
font-weight: 400;
}
}
</style>