feat(theme): add page footer style

This commit is contained in:
pengzhanbo 2023-02-14 04:59:36 +08:00
parent 0a017c8541
commit 03a1401c33

View File

@ -40,6 +40,10 @@ const { hasSidebar } = useSidebar()
display: none;
}
.plume-footer :deep(a) {
color: var(--vp-c-brand);
}
@media (min-width: 768px) {
.plume-footer {
padding: 32px;